Syntax highlighting just stopped working on my mac (v 10.14.6). I've been trying to get it back over the past 2 days with no success. I have neovim (v 0.3.8) and when I use :syntax, the command line says:
No Syntax items defined for this buffer.
Also, I am using iterm2.
Below is a snippet of my init.vim file:
:filetype plugin indent on
:syntax on
set background=dark
colorscheme base16-snazzy
set termguicolors
:set ft?say? What does:filetypesay? Please update the question with the results... – filbranden Sep 04 '19 at 21:28filetype=) is likely part of the problem... You normally need a filetype set to have syntax highlighting. What kind of file are you editing, when you're having problem with syntax? What kind of filename pattern/extension on the file? – filbranden Sep 05 '19 at 11:05