finish basic files refactor
This commit is contained in:
parent
94fd2627b9
commit
2754473139
28 changed files with 715 additions and 666 deletions
6
lua/plugins/nerdcommenter.lua
Normal file
6
lua/plugins/nerdcommenter.lua
Normal file
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
keys = {
|
||||
{ "<c-/>", "<plug>NERDCommenterToggle", mode = "v" },
|
||||
{ "<c-/>", "<plug>NERDCommenterToggle", mode = "n" }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue