From 34539eb809288149c2560925d03066f00e853d39 Mon Sep 17 00:00:00 2001 From: hanez Date: Sun, 10 Aug 2025 00:53:14 +0200 Subject: [PATCH] some fixes to test. --- .vimrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.vimrc b/.vimrc index 960ac9c4..afa7324d 100644 --- a/.vimrc +++ b/.vimrc @@ -7,8 +7,10 @@ Plug 'bluz71/vim-moonfly-colors', { 'as': 'moonfly' } Plug 'flazz/vim-colorschemes' call plug#end() -" feral gentooish grb256 jellygrass kalt last256 matrix -colorscheme feral +" desert feral gentooish grb256 jellygrass kalt last256 matrix +colorscheme desert + +set paste " Load NERDTree plugin only if opening vim without a file "autocmd VimEnter * NERDTree