diff options
| author | 2023-06-07 19:46:15 +0200 | |
|---|---|---|
| committer | 2023-06-07 19:46:15 +0200 | |
| commit | 39d58995d8de79d34815d3b9e69fbd54254e60d6 (patch) | |
| tree | 5573b41c39826aee2c0e9d0e98a680602442e432 /dot_config/nvim/lua/plugins/lsp | |
| parent | nvim: re-enable janet.vim (diff) | |
update lsps
Diffstat (limited to 'dot_config/nvim/lua/plugins/lsp')
| -rw-r--r-- | dot_config/nvim/lua/plugins/lsp/init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dot_config/nvim/lua/plugins/lsp/init.lua b/dot_config/nvim/lua/plugins/lsp/init.lua index 76b01b1..4c81c54 100644 --- a/dot_config/nvim/lua/plugins/lsp/init.lua +++ b/dot_config/nvim/lua/plugins/lsp/init.lua @@ -15,6 +15,7 @@ local gopts = function(plist) gopls = {}, ltex = {}, lua_ls = {}, + texlab = {filetypes = {'tex', 'plaintex', 'bib', 'latex'}}, tsserver = { autostart = false, root_dir = plist('tsconfig.json', 'package.json'), |
