better latex
This commit is contained in:
parent
aa282c8702
commit
daac5f5ef4
|
@ -0,0 +1,28 @@
|
|||
return {
|
||||
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
opts = function(_, opts)
|
||||
if type(opts.ensure_installed) == "table" then
|
||||
vim.list_extend(opts.ensure_installed, { "rust" })
|
||||
end
|
||||
end,
|
||||
},
|
||||
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
-- dependencies = { 'b0o/SchemaStore.nvim', version = false },
|
||||
opts = {
|
||||
servers = {
|
||||
texlab = {
|
||||
rootDirectory = ".",
|
||||
auxDirectory = ".",
|
||||
latexFormatter = "latexindent",
|
||||
latexindent = {
|
||||
modifyLineBreaks = true,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue