mirror of
https://github.com/tomru/nvim.git
synced 2026-03-03 22:47:18 +01:00
address trouble update to 3.x
This commit is contained in:
@@ -47,12 +47,4 @@ return {
|
|||||||
}
|
}
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
'folke/trouble.nvim',
|
|
||||||
dependencies = { 'nvim-tree/nvim-web-devicons' },
|
|
||||||
opts = {},
|
|
||||||
keys = {
|
|
||||||
{ '<leader>d', '<cmd>TroubleToggle<cr>', desc = 'diagnostic quickfix' },
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|||||||
9
lua/plugins/trouble.lua
Normal file
9
lua/plugins/trouble.lua
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
return {
|
||||||
|
'folke/trouble.nvim',
|
||||||
|
dependencies = { 'nvim-tree/nvim-web-devicons' },
|
||||||
|
opts = {},
|
||||||
|
cmd = 'Trouble',
|
||||||
|
keys = {
|
||||||
|
{ '<leader>d', '<cmd>Trouble diagnostics toggle<cr>', desc = 'diagnostic quickfix' },
|
||||||
|
},
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user