chore(lsp): configure texlab with local latexindent path

This commit is contained in:
Max Lübke 2025-04-10 13:52:40 +02:00
parent 81d111c422
commit 3d950bd077

View File

@ -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 = {},