diff options
Diffstat (limited to '.config/nvim/after/ftplugin')
-rw-r--r-- | .config/nvim/after/ftplugin/tex.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/nvim/after/ftplugin/tex.vim b/.config/nvim/after/ftplugin/tex.vim index ab9002d..cd30b2f 100644 --- a/.config/nvim/after/ftplugin/tex.vim +++ b/.config/nvim/after/ftplugin/tex.vim | |||
@@ -19,3 +19,6 @@ call sandwich#util#addlocal([{ | |||
19 | \ }]) | 19 | \ }]) |
20 | 20 | ||
21 | let b:ale_linters = ['chktex', 'texlab', 'proselint'] | 21 | let b:ale_linters = ['chktex', 'texlab', 'proselint'] |
22 | |||
23 | set conceallevel=2 | ||
24 | set concealcursor=nc | ||