fix undofile

This commit is contained in:
elkowar 2021-05-09 00:00:51 +02:00
parent a7281c3e9c
commit c4e7ed4ee6
No known key found for this signature in database
GPG key ID: E321AD71B1D1F27F
3 changed files with 1 additions and 1 deletions

View file

@ -25,7 +25,7 @@
(set vim.o.showmode false) (set vim.o.showmode false)
(set vim.o.foldmethod "marker") (set vim.o.foldmethod "marker")
(set vim.o.undodir "~/.vim/undo-dir") (set vim.o.undodir (.. vim.env.HOME "/.vim/undo-dir"))
(set vim.o.undofile true) (set vim.o.undofile true)
(set vim.o.shortmess (.. vim.o.shortmess "c")) ; Don't give completion messages like 'match 1 of 2' or 'The only match' (set vim.o.shortmess (.. vim.o.shortmess "c")) ; Don't give completion messages like 'match 1 of 2' or 'The only match'
(set vim.o.hidden true) (set vim.o.hidden true)