mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-22 01:19:45 +01:00
7 lines
104 B
Lua
7 lines
104 B
Lua
return {
|
|
"folke/trouble.nvim",
|
|
keys = {
|
|
{ "tr", "<cmd>TroubleToggle<cr>", desc = "trouble" },
|
|
},
|
|
}
|