add tex lsp and formatter
This commit is contained in:
@@ -14,6 +14,7 @@ return {
|
||||
markdown = { 'prettier' },
|
||||
json = { 'fixjson' },
|
||||
toml = { 'taplo' },
|
||||
tex = { 'latexindent' },
|
||||
},
|
||||
},
|
||||
keys = {
|
||||
|
||||
@@ -39,6 +39,7 @@ return {
|
||||
lazy = false,
|
||||
config = function()
|
||||
local servers = {
|
||||
'texlab',
|
||||
'copilot',
|
||||
'basedpyright',
|
||||
'ruff',
|
||||
|
||||
Reference in New Issue
Block a user