diff --git a/files/.config/nvim/fnl/init.fnl b/files/.config/nvim/fnl/init.fnl index e17a10b..b6e0d3b 100644 --- a/files/.config/nvim/fnl/init.fnl +++ b/files/.config/nvim/fnl/init.fnl @@ -25,7 +25,7 @@ (set vim.o.showmode false) (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.shortmess (.. vim.o.shortmess "c")) ; Don't give completion messages like 'match 1 of 2' or 'The only match' (set vim.o.hidden true) diff --git a/files/.config/nvim/~/.vim/undo-dir/%home%leon%desktop-dotfiles%files%.config%nvim%fnl%init.fnl b/files/.config/nvim/~/.vim/undo-dir/%home%leon%desktop-dotfiles%files%.config%nvim%fnl%init.fnl deleted file mode 100644 index bbaee7a..0000000 Binary files a/files/.config/nvim/~/.vim/undo-dir/%home%leon%desktop-dotfiles%files%.config%nvim%fnl%init.fnl and /dev/null differ diff --git a/files/.config/nvim/~/.vim/undo-dir/%home%leon%desktop-dotfiles%files%.config%nvim%fnl%utils.fnl b/files/.config/nvim/~/.vim/undo-dir/%home%leon%desktop-dotfiles%files%.config%nvim%fnl%utils.fnl deleted file mode 100644 index cc431b1..0000000 Binary files a/files/.config/nvim/~/.vim/undo-dir/%home%leon%desktop-dotfiles%files%.config%nvim%fnl%utils.fnl and /dev/null differ