feature: nvim plugins updates and some more fixes

This commit is contained in:
2026-07-18 16:18:15 +03:00
parent d719d62c6c
commit 24378f0aae
12 changed files with 114 additions and 78 deletions
+1
View File
@@ -20,6 +20,7 @@ vim.opt.listchars = {
trail = "·",
tab = " ",
}
vim.opt.undofile = true
-- Additional commands for typos
vim.api.nvim_create_user_command("Qa", "qa", {})