diff options
author | Julian T <julian@jtle.dk> | 2024-05-09 12:05:05 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2024-05-09 12:05:05 +0200 |
commit | 0066cbfc40878e5d6ad2b0d13c1e3600bd43318a (patch) | |
tree | 0e2cf575b79e03801abf839c2cf3e7f8af4b2029 /vim-core | |
parent | aa4f850a69acd73186eb1470a2ae425c663c4f8d (diff) |
Diffstat (limited to 'vim-core')
-rw-r--r-- | vim-core/.config/nvim/init.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vim-core/.config/nvim/init.vim b/vim-core/.config/nvim/init.vim index c0f06f0..d60060a 100644 --- a/vim-core/.config/nvim/init.vim +++ b/vim-core/.config/nvim/init.vim @@ -57,6 +57,7 @@ filetype plugin indent on " required " Persistent undo set undofile + set undodir=$HOME/.vimundo set autoread @@ -117,7 +118,6 @@ filetype plugin indent on " required " Highlightning And colors{{{ set termguicolors - colorscheme PaperColor " Spell check set spelllang=en,da |