remove commenting plugin
This commit is contained in:
parent
dde310d4d5
commit
5616710ba0
2 changed files with 0 additions and 11 deletions
|
@ -82,11 +82,6 @@ require("lazy").setup({
|
|||
keys = require('plugins.hlslens').keys
|
||||
},
|
||||
{ 'L3MON4D3/LuaSnip', version = '*' },
|
||||
{
|
||||
'preservim/nerdcommenter',
|
||||
lazy = false,
|
||||
keys = require('plugins.nerdcommenter').keys
|
||||
},
|
||||
{
|
||||
'rmagatti/auto-session',
|
||||
opts = require('plugins.auto-session').config
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
return {
|
||||
keys = {
|
||||
{ "<c-/>", "<plug>NERDCommenterToggle", mode = "v" },
|
||||
{ "<c-/>", "<plug>NERDCommenterToggle", mode = "n" }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue