enable language server for tex
This commit is contained in:
parent
ad4f741dd4
commit
638a5a975c
1 changed files with 4 additions and 0 deletions
|
|
@ -159,3 +159,7 @@ nvim_lsp.sumneko_lua.setup{
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
nvim_lsp.texlab.setup{
|
||||||
|
on_attach = on_attach;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue