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

@ -35,12 +35,7 @@ return {
enabled = true,
},
},
menu = { border = "single" },
-- menu = {
-- draw = {
-- treesitter = true,
-- },
-- },
-- menu = { border = "single" },
documentation = {
auto_show = true,
auto_show_delay_ms = 200,

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,