Install VimTeX for LaTeX support :)
This commit is contained in:
parent
1e6904e8bb
commit
0e7bb1a498
2 changed files with 6 additions and 0 deletions
2
dot-config/vim/plugin/vimtex.vim
Normal file
2
dot-config/vim/plugin/vimtex.vim
Normal file
|
@ -0,0 +1,2 @@
|
|||
vim9script
|
||||
g:vimtex_view_method = 'skim'
|
|
@ -168,6 +168,10 @@ minpac#add('NoahTheDuke/vim-just')
|
|||
# kovidgoyal/kitty is my daily driver terminal emulator. Yay!
|
||||
minpac#add('fladson/vim-kitty')
|
||||
|
||||
# Really good support for LaTeX, including enhanced syntax highlighting but
|
||||
# also auto-compilation and SyncTeX search support in both directions.
|
||||
minpac#add('lervag/vimtex')
|
||||
|
||||
# Syntax highlighting for .neon files, like phpstan.neon. Nette is actually a
|
||||
# full-blown PHP web framework and this plugin provides other Nette tooling
|
||||
# too, but I don't use Nette so it's really just providing syntax for the
|
||||
|
|
Loading…
Reference in a new issue