This commit is contained in:
David Tomaschik
2023-08-08 01:45:37 -07:00
parent 3188effbd3
commit eb3392966a

View File

@@ -220,3 +220,6 @@ autocmd BufRead,BufNewFile Makefile* set noexpandtab
" Enable filetype support " Enable filetype support
" Needs to be at end of vimrc " Needs to be at end of vimrc
filetype plugin indent on filetype plugin indent on
" Disable bell
set belloff=all