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