Add neovim config
This commit is contained in:
9
nvim/lua/plugins/trouble.lua
Normal file
9
nvim/lua/plugins/trouble.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
return {
|
||||
"folke/trouble.nvim",
|
||||
dependencies = { "nvim-tree/nvim-web-devicons", "folke/todo-comments.nvim" },
|
||||
opts = {
|
||||
focus = true,
|
||||
auto_preview = false,
|
||||
},
|
||||
cmd = "Trouble",
|
||||
}
|
||||
Reference in New Issue
Block a user