AutoYADM commit: 2024-12-25 23:30:02
This commit is contained in:
parent
f1a3a8a71b
commit
839eabefef
2 changed files with 5 additions and 10 deletions
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue