Initial Commit
This commit is contained in:
commit
f2ff7bda11
18 changed files with 342 additions and 0 deletions
9
after/plugin/comment.lua
Executable file
9
after/plugin/comment.lua
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
require("Comment").setup()
|
||||
|
||||
vim.keymap.set(
|
||||
"n",
|
||||
"<C-_>",
|
||||
function() require("Comment.api").toggle.linewise.current() end,
|
||||
{ noremap = true, silent = true }
|
||||
)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue