diff options
| author | Yigit Sever | 2019-09-24 21:31:49 +0300 |
|---|---|---|
| committer | Yigit Sever | 2019-09-24 21:31:49 +0300 |
| commit | 1d56b4a1e19efbccf81a924f397b0aa66cfe4f16 (patch) | |
| tree | ff556a4e97e2996db7081d2865569d1ceb018ee4 | |
| parent | 7b4c0b3a784a28f310bb4b5c3284222428ab1784 (diff) | |
| download | dotfiles-1d56b4a1e19efbccf81a924f397b0aa66cfe4f16.tar.gz dotfiles-1d56b4a1e19efbccf81a924f397b0aa66cfe4f16.tar.bz2 dotfiles-1d56b4a1e19efbccf81a924f397b0aa66cfe4f16.zip | |
Tex linter
| -rw-r--r-- | .config/nvim/after/ftplugin/tex.vim | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/nvim/after/ftplugin/tex.vim b/.config/nvim/after/ftplugin/tex.vim index 239eb68..f0272d5 100644 --- a/.config/nvim/after/ftplugin/tex.vim +++ b/.config/nvim/after/ftplugin/tex.vim | |||
| @@ -8,4 +8,10 @@ call sandwich#util#addlocal([{ | |||
| 8 | \ 'input': ['E'], | 8 | \ 'input': ['E'], |
| 9 | \ }]) | 9 | \ }]) |
| 10 | 10 | ||
| 11 | call sandwich#util#addlocal([{ | ||
| 12 | \ 'buns': ['\texttt{', '}'], | ||
| 13 | \ 'input': ['T'], | ||
| 14 | \ }]) | ||
| 15 | |||
| 16 | |||
| 11 | let b:ale_linters = ['chktex', 'proselint'] | 17 | let b:ale_linters = ['chktex', 'proselint'] |
