index
:
nvim-lspconfig
master
[no description]
git mirrorbot
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lua
/
common_lsp.lua
blob: d412bb15a91306f9c9e377281f76fbce9b3ad576 (
plain
) (
blame
)
1
2
3
4
5
6
7
local
M
=
{
texlab
=
require
'common_lsp/texlab'
;
}
return
M
-- vim:et ts=2 sw=2