diff options
author | Yigit Sever | 2020-11-06 20:57:42 +0300 |
---|---|---|
committer | Yigit Sever | 2020-11-06 20:57:42 +0300 |
commit | c1d64672ca484e9f75db555194ce34b200e3b77d (patch) | |
tree | 3dd9e35ca243484c2694c82c42835d293a19438a /.config/nvim/after/ftplugin | |
parent | f109a1895fc90042448182c4e6d79f5234bf7ec1 (diff) | |
download | dotfiles-c1d64672ca484e9f75db555194ce34b200e3b77d.tar.gz dotfiles-c1d64672ca484e9f75db555194ce34b200e3b77d.tar.bz2 dotfiles-c1d64672ca484e9f75db555194ce34b200e3b77d.zip |
change prose linter, get texlab for some reason
Diffstat (limited to '.config/nvim/after/ftplugin')
-rw-r--r-- | .config/nvim/after/ftplugin/tex.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/after/ftplugin/tex.vim b/.config/nvim/after/ftplugin/tex.vim index 2c67b1d..cd77d70 100644 --- a/.config/nvim/after/ftplugin/tex.vim +++ b/.config/nvim/after/ftplugin/tex.vim | |||
@@ -14,4 +14,4 @@ call sandwich#util#addlocal([{ | |||
14 | \ }]) | 14 | \ }]) |
15 | 15 | ||
16 | 16 | ||
17 | let b:ale_linters = ['chktex', 'proselint', 'write-good'] | 17 | let b:ale_linters = ['chktex', 'texlab', 'proselint'] |