move options to own directory

This commit is contained in:
Andrzej Stepien 2024-03-14 13:53:38 +01:00
parent bbcc388705
commit 4498937ce9
1 changed files with 5 additions and 1 deletions

View File

@ -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