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' },
json = { 'fixjson' },
toml = { 'taplo' },
tex = { 'latexindent' },
},
},
keys = {

View File

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