summaryrefslogtreecommitdiffstats
path: root/.config/nvim/after/ftplugin/tex.vim
blob: 239eb686bc0432ab217f50046362ca80f00c8ed6 (plain)
1
2
3
4
5
6
7
8
9
10
11
call sandwich#util#addlocal([{
    \ 'buns': ['\textbf{', '}'],
    \ 'input': ['B'],
\ }])

call sandwich#util#addlocal([{
    \ 'buns': ['\emph{', '}'],
    \ 'input': ['E'],
\ }])

let b:ale_linters = ['chktex', 'proselint']