index
:
dotfiles
main
My Personal Dotfiles
JP Appel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nvim
/
lsp
/
texlab.lua
blob: 67d1079f3675c1aaa5a70e6adaeda90de8254484 (
plain
) (
blame
)
1
2
3
4
return
{
cmd
=
{
"texlab"
},
filetypes
=
{
'tex'
,
'plaintex'
,
'bib'
},
}