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 = {
servers = {
ltex = {
filetypes = {
"tex",
},
autostart = false,
-- filetypes = {
-- "tex",
-- },
on_attach = function(client, bufnr)
require("ltex_extra").setup(extraOpts)
end,