theres still more to do

This commit is contained in:
sadanslargehole 2024-03-12 01:28:22 -04:00
commit 641621a88a
No known key found for this signature in database
GPG key ID: B2E2F4A5161A7800
13 changed files with 447 additions and 0 deletions

8
lua/setupcomment.lua Normal file
View file

@ -0,0 +1,8 @@
require("Comment").setup({
toggler = {
line = "<C-/>",
},
opleader = {
line = "<C-/>",
},
})