This commit is contained in:
newbie 2023-11-19 07:56:01 +08:00
parent 675efecef7
commit b2e92ed5b4
2 changed files with 2 additions and 10 deletions

View File

@ -22,14 +22,6 @@ return {
-- 括号箭头
'yaocccc/nvim-hlchunk',
-- 注释插件
{
'tpope/vim-commentary',
config = function ()
G.map({
{"n", "<c-/>", ":Commentary<CR>", {noremap = true}},
{"v", "<c-/>", ":Commentary<CR>", {noremap = true}},
})
end
}
'tpope/vim-commentary',
},
}

View File

@ -3,5 +3,5 @@ require'lazy'.setup({
require("plugs.hop"),
require('plugs.edit-plugs'),
'vijaymarupudi/nvim-fzf', -- fzf
-- 'vijaymarupudi/nvim-fzf', -- fzf
})