The new filetype plugin burned me.

This commit is contained in:
2025-03-10 16:14:05 -04:00
parent a1dd3bd43c
commit 192c8b1abd
2 changed files with 20 additions and 2 deletions

View File

@ -1,8 +1,8 @@
"ADAM David Alan Martin's updated vimrc "ADAM David Alan Martin's updated vimrc
"source ~/.vim/default.vim "source ~/.vim/default.vim
let g:netrw_special_syntax=1 source ~/.vim/vimrc.disablejunk
set nofoldenable
syntax on syntax on
"The adam color scheme has both syntax colors and adam colorscheme now. "The adam color scheme has both syntax colors and adam colorscheme now.

18
vim/vimrc.disablejunk Normal file
View File

@ -0,0 +1,18 @@
" Here's a bunch of junk that Vim has turned on over
" the years, by default, that I've had to fight
" with configuration to get these not to load.
"
" If I ever want these back on, one day, I'll know where
" to find them.
let g:netrw_special_syntax=1
set nofoldenable
let g:did_load_ftplugin = 1
let b:did_ftplugin = 1
let g:did_ftplugin = 1
" This never seems to be respected anymore...
set noloadplugins