Add texlab LSP
This commit is contained in:
parent
bf03f06c48
commit
0686ad92c8
17 changed files with 19 additions and 18 deletions
5
init.lua
5
init.lua
|
|
@ -126,9 +126,10 @@ local servers = {
|
||||||
'clangd',
|
'clangd',
|
||||||
'gopls',
|
'gopls',
|
||||||
'kotlin_language_server',
|
'kotlin_language_server',
|
||||||
'pylsp',
|
|
||||||
'rust_analyzer',
|
'rust_analyzer',
|
||||||
|
'texlab',
|
||||||
'tsserver',
|
'tsserver',
|
||||||
|
'pylsp'
|
||||||
}
|
}
|
||||||
-- Setup loop moved to the cmp section, since calling setup multiple times
|
-- Setup loop moved to the cmp section, since calling setup multiple times
|
||||||
-- overrides the previous calls.
|
-- overrides the previous calls.
|
||||||
|
|
@ -147,7 +148,7 @@ g.ale_linters = {
|
||||||
html = {'tidy'},
|
html = {'tidy'},
|
||||||
javascript = {'eslint'},
|
javascript = {'eslint'},
|
||||||
python = {'flake8'},
|
python = {'flake8'},
|
||||||
tex = {'texlab'},
|
tex = {},
|
||||||
typescript = {},
|
typescript = {},
|
||||||
vim = {'vint'},
|
vim = {'vint'},
|
||||||
zsh = {'shell', 'shellcheck'},
|
zsh = {'shell', 'shellcheck'},
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit ad7ffa8ed2279f1c8a90212c7d3851f9b783a3d6
|
Subproject commit 97a188a98b5a3a6f9b1b850799ac078faa17ab67
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 619796e2477f7233e5fdff456240676a08482684
|
Subproject commit 8f8d493e7836f2697df878ef9c128337cbf2bb84
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 4b433e5693ccec8e408504c4b139b8f7cc6a4aa3
|
Subproject commit a33960eb51b638f232dff71cfeac5ede87b38312
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 78924d1d677b29b3d1fe429864185341724ee5a2
|
Subproject commit affe808a5c56b71630f17aa7c38e15c59fd648a8
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 18095520391186d634a0045dacaa346291096566
|
Subproject commit a9de941bcbda508d0a45d28ae366bb3f08db2e36
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit c93311fbcc840210a2c0db574177d84a35a2c9c1
|
Subproject commit 2be79d8a9b03d4175ba6b3d14b082680de1b31b1
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 9ff7dfb051e5104088ff80556203634fc8f8546d
|
Subproject commit f98c85e7c3d65a51f45863a34feb4849c82f240f
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 99e480720f81baa0ad1dddf0cf33fd096fcee176
|
Subproject commit 24f9e795bfac5fabbaba703116e747dcf2ad8d2f
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 979f4d206e7111c2b710aa85cc723f6140d2ec98
|
Subproject commit fabf012e243bc58c4785ab4c44f05e94b34c431a
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 69c85860d7c3b39e1be3881702e13a8440cd33fc
|
Subproject commit b0dff0ec4f2748626aae13f011d1a47071fe9abc
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit c96ec574eacfff8ad8dd4bdb6e96a1b3dbd268fd
|
Subproject commit fc2f44dc6024bddb75b82e471c642ad1f4483094
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 47bda4171aad2ee990a35ddb6319ceedc4d78b5d
|
Subproject commit 7ccb9a056fa43da243e3a439109c354c551c51b6
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 7a4ffef931769c3fe7544214ed7ffde5852653f6
|
Subproject commit 76ea9a898d3307244dce3573392dcf2cc38f340f
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 29ef9e1f645648739f57b246ea45cd6c8c0e4a7b
|
Subproject commit 46dd87223757619a0a7fb0b075e2cf7d23ea899d
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit dd81554c2231e438f6d0e8056ea38fd0e80ac02a
|
Subproject commit cc5d3490c8f4c87d29d97df414941a9df8ceb390
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 3d188ed2113431cf8dac77be61b842acb64433d9
|
Subproject commit bf3480dc9ae7bea34c78fbba4c65b4548b5b1fea
|
||||||
Loading…
Add table
Reference in a new issue