Prevent creating backup files

This commit is contained in:
Greg Hellings
2022-11-15 23:47:21 -06:00
parent c9cd7f70af
commit 89550764c1
+4
View File
@@ -19,6 +19,10 @@ set cursorline
set lazyredraw
set showmatch
set hlsearch
set nobackup
set nowritebackup
set signcolumn=yes
" Shows non-printing characters
set listchars=tab:→\ ,extends:→,precedes:←,trail,eol
set list