diff options
| author | Yigit Sever | 2020-11-26 15:53:11 +0300 |
|---|---|---|
| committer | Yigit Sever | 2020-11-26 15:53:11 +0300 |
| commit | c9e056dccb44427d970bf637354c167aa396649b (patch) | |
| tree | 2b7f2adc035ec443b1cfc839f5a7b8af38c8cc35 /.config/nvim/after/ftplugin | |
| parent | 55b6ed447e8f4468d5ec80016861eec323195508 (diff) | |
| download | dotfiles-c9e056dccb44427d970bf637354c167aa396649b.tar.gz dotfiles-c9e056dccb44427d970bf637354c167aa396649b.tar.bz2 dotfiles-c9e056dccb44427d970bf637354c167aa396649b.zip | |
add enquote sandwich for tex
Diffstat (limited to '.config/nvim/after/ftplugin')
| -rw-r--r-- | .config/nvim/after/ftplugin/tex.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/nvim/after/ftplugin/tex.vim b/.config/nvim/after/ftplugin/tex.vim index cd77d70..ab9002d 100644 --- a/.config/nvim/after/ftplugin/tex.vim +++ b/.config/nvim/after/ftplugin/tex.vim | |||
| @@ -13,5 +13,9 @@ call sandwich#util#addlocal([{ | |||
| 13 | \ 'input': ['T'], | 13 | \ 'input': ['T'], |
| 14 | \ }]) | 14 | \ }]) |
| 15 | 15 | ||
| 16 | call sandwich#util#addlocal([{ | ||
| 17 | \ 'buns': ['\enquote{', '}'], | ||
| 18 | \ 'input': ['"'], | ||
| 19 | \ }]) | ||
| 16 | 20 | ||
| 17 | let b:ale_linters = ['chktex', 'texlab', 'proselint'] | 21 | let b:ale_linters = ['chktex', 'texlab', 'proselint'] |
