Updated config
This commit is contained in:
parent
7547ef0ff1
commit
65053a3bcf
5 changed files with 20 additions and 8 deletions
|
@ -1,8 +1,10 @@
|
|||
-- ToggleComment
|
||||
vim.api.nvim_create_user_command("ToggleComment", function()
|
||||
local comments = {
|
||||
apkbuild = "#",
|
||||
bash = "#",
|
||||
c = "//",
|
||||
conf = "#",
|
||||
cpp = "//",
|
||||
editorconfig = "#",
|
||||
fish = "#",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue