소스 검색

nocursorline actually moved to after/tex

Kevin 6 년 전
부모
커밋
83620cf79c
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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