mirror of
https://github.com/tomru/nvim.git
synced 2026-03-03 22:47:18 +01:00
13 lines
299 B
Lua
13 lines
299 B
Lua
return {
|
|
{ 'tpope/vim-abolish', lazy = false },
|
|
{ 'tpope/vim-unimpaired', lazy = false },
|
|
{
|
|
'folke/trouble.nvim',
|
|
dependencies = { 'nvim-tree/nvim-web-devicons' },
|
|
opts = {},
|
|
keys = {
|
|
{ '<leader>d', '<cmd>TroubleToggle<cr>', desc = 'diagnostic quickfix' },
|
|
},
|
|
},
|
|
}
|