mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 03:12:24 +00:00
fix undofile
This commit is contained in:
parent
a7281c3e9c
commit
c4e7ed4ee6
3 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue