feat(nvim): clean and trim config
This commit is contained in:
@@ -1,28 +1,4 @@
|
||||
return {
|
||||
{
|
||||
'smjonas/inc-rename.nvim',
|
||||
keys = { {
|
||||
'<leader>cn',
|
||||
':IncRename ',
|
||||
} },
|
||||
config = function()
|
||||
require('inc_rename').setup({})
|
||||
end,
|
||||
},
|
||||
{
|
||||
'aznhe21/actions-preview.nvim',
|
||||
keys = { {
|
||||
'<leader>ca',
|
||||
function()
|
||||
require('actions-preview').code_actions()
|
||||
end,
|
||||
} },
|
||||
opts = {},
|
||||
-- config = function()
|
||||
-- require('actions-preview').setup({})
|
||||
-- vim.keymap.set('n', '<leader>ca', require('actions-preview').code_actions)
|
||||
-- end,
|
||||
},
|
||||
{
|
||||
'vyfor/cord.nvim',
|
||||
event = 'VeryLazy',
|
||||
@@ -33,9 +9,4 @@ return {
|
||||
'tpope/vim-fugitive',
|
||||
cmd = { 'Git' },
|
||||
},
|
||||
{
|
||||
'mhinz/vim-grepper',
|
||||
cmd = { 'GrepperRg' },
|
||||
opts = {},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user