diff options
| author | Yigit Sever | 2019-09-24 19:37:42 +0300 |
|---|---|---|
| committer | Yigit Sever | 2019-09-24 19:37:42 +0300 |
| commit | 7b4c0b3a784a28f310bb4b5c3284222428ab1784 (patch) | |
| tree | 8934d84e62dbb8b33f54afe06017f6966fab484d | |
| parent | ea867bca2d5b0e37ee251fe8bce720184861b243 (diff) | |
| download | dotfiles-7b4c0b3a784a28f310bb4b5c3284222428ab1784.tar.gz dotfiles-7b4c0b3a784a28f310bb4b5c3284222428ab1784.tar.bz2 dotfiles-7b4c0b3a784a28f310bb4b5c3284222428ab1784.zip | |
Temporary tex linters
| -rw-r--r-- | .config/nvim/after/ftplugin/tex.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/nvim/after/ftplugin/tex.vim b/.config/nvim/after/ftplugin/tex.vim index 280c44b..239eb68 100644 --- a/.config/nvim/after/ftplugin/tex.vim +++ b/.config/nvim/after/ftplugin/tex.vim | |||
| @@ -7,3 +7,5 @@ call sandwich#util#addlocal([{ | |||
| 7 | \ 'buns': ['\emph{', '}'], | 7 | \ 'buns': ['\emph{', '}'], |
| 8 | \ 'input': ['E'], | 8 | \ 'input': ['E'], |
| 9 | \ }]) | 9 | \ }]) |
| 10 | |||
| 11 | let b:ale_linters = ['chktex', 'proselint'] | ||
