mirror of
https://github.com/sadan4/nvim.git
synced 2025-06-08 12:53:02 -04:00
theres still more to do
This commit is contained in:
commit
641621a88a
13 changed files with 447 additions and 0 deletions
8
lua/setupcomment.lua
Normal file
8
lua/setupcomment.lua
Normal file
|
@ -0,0 +1,8 @@
|
|||
require("Comment").setup({
|
||||
toggler = {
|
||||
line = "<C-/>",
|
||||
},
|
||||
opleader = {
|
||||
line = "<C-/>",
|
||||
},
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue