diff options
author | Tyler Davis <tydavis@gmail.com> | 2021-10-29 21:41:35 +0000 |
---|---|---|
committer | Tyler Davis <tydavis@gmail.com> | 2021-10-29 21:41:35 +0000 |
commit | 1da0916ba7276f62fed014027169b8432e348f7b (patch) | |
tree | a1fddfe009c817477cbe34505f5a12a5c1d0b4c5 /.vimrc | |
parent | 04ad7a16df4894c832e57126d5eb0991e99f6437 (diff) | |
download | dotfiles-1da0916ba7276f62fed014027169b8432e348f7b.tar.gz dotfiles-1da0916ba7276f62fed014027169b8432e348f7b.zip |
vim: turn off syntax highlighting
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -134,7 +134,10 @@ set number " We like line numbers " -> Colors and Fonts """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " Enable syntax highlighting -syntax enable +"syntax enable + +" Disable syntax for now +syntax off " Enable 256 colors palette in Gnome Terminal if $COLORTERM == 'gnome-terminal' |