Nvim cleanup.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user