Updated config

This commit is contained in:
Eduard Urbach 2025-06-13 15:03:42 +02:00
parent 7547ef0ff1
commit 65053a3bcf
Signed by: akyoto
GPG key ID: 49226B848C78F6C8
5 changed files with 20 additions and 8 deletions

View file

@ -1,8 +1,10 @@
-- ToggleComment
vim.api.nvim_create_user_command("ToggleComment", function()
local comments = {
apkbuild = "#",
bash = "#",
c = "//",
conf = "#",
cpp = "//",
editorconfig = "#",
fish = "#",