mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-18 15:09:48 +02:00
feat: neovim
This commit is contained in:
6
home/base/server/neovim/lua/plugins/trouble.lua
Normal file
6
home/base/server/neovim/lua/plugins/trouble.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
"folke/trouble.nvim",
|
||||
keys = {
|
||||
{ "tr", "<cmd>TroubleToggle<cr>", desc = "trouble" },
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user