summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorTyler Davis <tydavis@gmail.com>2021-10-29 21:41:35 +0000
committerTyler Davis <tydavis@gmail.com>2021-10-29 21:41:35 +0000
commit1da0916ba7276f62fed014027169b8432e348f7b (patch)
treea1fddfe009c817477cbe34505f5a12a5c1d0b4c5 /.vimrc
parent04ad7a16df4894c832e57126d5eb0991e99f6437 (diff)
downloaddotfiles-1da0916ba7276f62fed014027169b8432e348f7b.tar.gz
dotfiles-1da0916ba7276f62fed014027169b8432e348f7b.zip
vim: turn off syntax highlighting
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 9fd8885..f8014b3 100644
--- a/.vimrc
+++ b/.vimrc
@@ -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'