Move undodir directory
This commit is contained in:
parent
bce72f1e56
commit
809cddb533
2 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,7 @@ local settings = {
|
|||
tabstop = 2,
|
||||
termguicolors = true,
|
||||
textwidth = 0,
|
||||
undodir = os.getenv "HOME" .. "/.vim/undodir",
|
||||
undodir = os.getenv "XDG_STATE_HOME" .. "/nvim/undodir",
|
||||
undofile = true,
|
||||
updatetime = 1000,
|
||||
wrap = false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue