Skip to content

Commit

Permalink
fix: already run "syntax sync fromstart".
Browse files Browse the repository at this point in the history
  • Loading branch information
gslin committed Oct 16, 2024
1 parent d10931e commit 810be72
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vim/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,10 @@ call plug#end()
set background=dark
colo desert
highlight Search cterm=none ctermbg=blue
"
" syntax
syntax on
autocmd BufEnter * syntax sync fromstart
"
filetype plugin indent on
let g:ctrlp_use_caching = 0
Expand Down

0 comments on commit 810be72

Please sign in to comment.