Nvim cleanup.

This commit is contained in:
2026-05-09 07:31:53 +02:00
parent e6dea46ab1
commit d9eb45790b
3 changed files with 58 additions and 31 deletions
+1
View File
@@ -24,6 +24,7 @@ vim.o.splitright = true -- Open vertical splits to the right
vim.o.splitbelow = true -- Open horizontal splits below
vim.o.timeoutlen = 300 -- Time (ms) to wait for a mapped sequence to complete
vim.o.autocomplete = true
vim.o.showmode = false
vim.opt.clipboard = "unnamedplus"
vim.o.completeopt = 'menuone,noselect'
vim.o.undodir = os.getenv("HOME") .. "/.cache/nvim/undodir"