Skip to content

Commit

Permalink
feat(vim): don't align vimtex ampersands
Browse files Browse the repository at this point in the history
  • Loading branch information
vEnhance committed Sep 15, 2024
1 parent 281ec64 commit 43173c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vim/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ let g:vimtex_fold_types = {
\ 'sections' : {'enabled' : 1},
\ 'envs' : { 'enabled' : 1},
\ }
let g:vimtex_indent_on_ampersands = 0
let g:vimtex_syntax_conceal = {
\ 'accents': 1,
\ 'ligatures': 1,
Expand Down

0 comments on commit 43173c8

Please sign in to comment.