move options to own directory
This commit is contained in:
parent
bbcc388705
commit
4498937ce9
|
@ -2,6 +2,10 @@ vim.opt.termguicolors = true
|
|||
vim.opt.encoding = "utf-8"
|
||||
vim.opt.autowriteall = true
|
||||
|
||||
vim.opt.undodir = "~/.vim/undodir"
|
||||
vim.opt.number = true
|
||||
|
||||
--vim.opt.undodir = "~/.vim/undodir"
|
||||
vim.opt.undofile = true
|
||||
vim.opt.undolevels = 1000
|
||||
|
||||
vim.opt.updatetime = 500
|
Loading…
Reference in New Issue