Set csv.vim not to confusingly conceal delimiters

This commit is contained in:
Danielle McLean 2022-02-24 09:10:54 +11:00
parent 7113218dc9
commit fceffc0259
Signed by: 00dani
GPG Key ID: 9DDE1EDE01E3A605
1 changed files with 2 additions and 0 deletions

View File

@ -84,6 +84,8 @@ endif
let g:airline_powerline_fonts = 1
let g:airline#extensions#battery#enabled = 1
let g:csv_no_conceal = 1
let g:LatexBox_Folding = 1
let g:NERDTreeHijackNetrw = 1