mirror of
https://github.com/tomru/nvim.git
synced 2026-03-04 06:57:15 +01:00
add some common stuff
This commit is contained in:
12
lua/plugins/common.lua
Normal file
12
lua/plugins/common.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
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' },
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user