AutoYADM commit: 2024-11-19 18:15:03

This commit is contained in:
Daniel Fichtinger 2024-11-19 18:15:03 -05:00
parent 1a796a0e05
commit 26fa1bdc35

View file

@ -18,9 +18,10 @@ return {
opts = { opts = {
servers = { servers = {
ltex = { ltex = {
filetypes = { autostart = false,
"tex", -- filetypes = {
}, -- "tex",
-- },
on_attach = function(client, bufnr) on_attach = function(client, bufnr)
require("ltex_extra").setup(extraOpts) require("ltex_extra").setup(extraOpts)
end, end,