add tex lsp and formatter

This commit is contained in:
2025-10-10 14:48:03 +02:00
parent 769cbc67a6
commit f0f93b6b0a
2 changed files with 2 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ return {
markdown = { 'prettier' }, markdown = { 'prettier' },
json = { 'fixjson' }, json = { 'fixjson' },
toml = { 'taplo' }, toml = { 'taplo' },
tex = { 'latexindent' },
}, },
}, },
keys = { keys = {

View File

@@ -39,6 +39,7 @@ return {
lazy = false, lazy = false,
config = function() config = function()
local servers = { local servers = {
'texlab',
'copilot', 'copilot',
'basedpyright', 'basedpyright',
'ruff', 'ruff',