Browse Source

nocursorline actually moved to after/tex

Kevin 6 years ago
parent
commit
83620cf79c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      nvimrc

+ 0 - 1
nvimrc

@@ -215,7 +215,6 @@ let g:deoplete#sources#clang#libclang_path = '/net/nfshome/home/kheinicke/.local
 
 " vimtex settings
 let g:vimtex_matchparen_enabled=0  " turn off folding to speed up things
-set nocursorline  " speedup navigation tex documents further
 
 " Snakemake syntax
 au BufNewFile,BufRead Snakefile set syntax=snakemake