Fix twilight-nvim by using tokyonight theme which uses treesitter

This commit is contained in:
Dave Gallant
2021-07-18 22:37:24 -04:00
parent 71decebd73
commit 67b33c6287
3 changed files with 12 additions and 4 deletions

View File

@@ -57,8 +57,6 @@ au FileType yaml setlocal ts=2 sts=2 sw=2 expandtab
au BufNewFile,BufRead *.py set tabstop=4 softtabstop=4 shiftwidth=4 textwidth=79 expandtab autoindent fileformat=unix
let python_highlight_all=1
colorscheme gruvbox
" Highlight whitespace
highlight ExtraWhitespace ctermbg=red guibg=red
match ExtraWhitespace /\s\+$/