nvim: Really fix ~ in config.

This commit is contained in:
raute 2023-11-29 17:42:03 +01:00
parent f5fa6382c7
commit a4287b4b08
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ vim.opt.list = false
vim.opt.hlsearch = true
-- vim.opt.listchars=tab:→\ ,space:·
vim.opt.undofile = true
vim.opt.undodir = "$HOME/.local/share/nvim/undo"
vim.opt.undodir = vim.fn.expand("~/.local/share/nvim/undo")
vim.opt.foldlevel = 99
vim.opt.ignorecase = true