nvim/init.vim: turn syntax back on

I experimented with not using syntax highlighting for a while
but I decided I do in fact benefit from its presence.
It would be nice to have proper semantic highlighting (as opposed
to regex syntax highlighting) though.
This commit is contained in:
Gender Demon 2021-05-06 16:31:08 +01:00
parent d30da7e134
commit 76205a8441
1 changed files with 1 additions and 1 deletions

View File

@ -101,5 +101,5 @@ else
endif
set background=dark
syntax off
syntax on
colorscheme sourcerer