AutoYADM commit: 2024-12-25 23:30:02

This commit is contained in:
Daniel Fichtinger 2024-12-25 23:30:02 -05:00
parent f1a3a8a71b
commit 839eabefef
2 changed files with 5 additions and 10 deletions

View file

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