Compare commits

..

2 commits

2 changed files with 9 additions and 0 deletions

View file

@ -73,6 +73,14 @@ const lspServers = [
install: 'brew install taplo', install: 'brew install taplo',
}, },
{
name: 'texlab',
filetype: ['tex', 'plaintex', 'bib'],
path: '/usr/local/bin/texlab',
args: [],
install: 'brew install texlab',
},
{ {
name: 'tilt-lsp', name: 'tilt-lsp',
filetype: 'bzl', filetype: 'bzl',

View file

@ -1,2 +1,3 @@
vim9script vim9script
g:vimtex_view_method = 'skim' g:vimtex_view_method = 'skim'
g:vimtex_fold_enabled = true