home/neovim: store backups

This commit is contained in:
2026-01-18 04:03:04 +09:00
parent 5a61436308
commit b0e9cf2151

View File

@@ -20,8 +20,10 @@
customRC = ''
set number relativenumber
set undofile
set undodir=~/.cache/vim/undodir
set undodir = vim.fn.expand("~/.cache/vim/undodir")
set backupdir = vim.fn.expand("~/.cache/vim/backup")
packadd! vim-monokai
colorscheme monokai