chore(lsp): configure texlab with local latexindent path
This commit is contained in:
parent
81d111c422
commit
3d950bd077
10
init.lua
10
init.lua
@ -697,7 +697,15 @@ require('lazy').setup({
|
|||||||
},
|
},
|
||||||
cmake = {},
|
cmake = {},
|
||||||
julials = {},
|
julials = {},
|
||||||
texlab = {},
|
texlab = {
|
||||||
|
settings = {
|
||||||
|
texlab = {
|
||||||
|
latexindent = {
|
||||||
|
['local'] = '/home/max/.config/latexindent/latexindent.yaml',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
bashls = {},
|
bashls = {},
|
||||||
-- gopls = {},
|
-- gopls = {},
|
||||||
-- pyright = {},
|
-- pyright = {},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user