Updated config

This commit is contained in:
Eduard Urbach 2025-06-16 23:07:48 +02:00
parent f138e06de2
commit 494a310842
Signed by: akyoto
GPG key ID: 49226B848C78F6C8
7 changed files with 290 additions and 59 deletions

View file

@ -17,6 +17,7 @@ vim.api.nvim_create_user_command("ToggleComment", function()
javascript = "//",
jsonc = "//",
lua = "--",
python = "#",
rust = "//",
sh = "#",
tmux = "#",