mystery commit

This commit is contained in:
ole
2022-05-26 20:55:32 +02:00
parent 98bc74c73a
commit 7ea47678db
3 changed files with 21 additions and 16 deletions

4
.vimrc
View File

@@ -40,3 +40,7 @@ autocmd filetype c nnoremap <F5> :w <bar> exec '!gcc '.shellescape('%').' -lm -o
set background=light
set termguicolors
colorscheme melange
" Save swap and undo and backup files in separate directory
set directory=$HOME/.vim/swapfiles//
set backupdir=$HOME/.vim/backups//