Update nvim
This commit is contained in:
11
lua/plugins/trouble.lua
Normal file
11
lua/plugins/trouble.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
return {
|
||||
"folke/trouble.nvim",
|
||||
opts = {},
|
||||
cmd = "Trouble",
|
||||
keys = {
|
||||
{
|
||||
"<leader>dd",
|
||||
"<cmd>Trouble diagnostics toggle<cr>"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user