AutoYADM commit: 2024-11-19 18:15:03
This commit is contained in:
parent
1a796a0e05
commit
26fa1bdc35
1 changed files with 4 additions and 3 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue