mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-10-10 19:41:15 +02:00
nvim: added dictionaries and changed ltex lsp settings
This commit is contained in:
@@ -38,6 +38,7 @@ return {
|
||||
"yamlls",
|
||||
}
|
||||
})
|
||||
|
||||
local servers = {
|
||||
lua_ls = {
|
||||
Lua = {
|
||||
@@ -46,6 +47,13 @@ return {
|
||||
},
|
||||
telemetry = { enable = false },
|
||||
},
|
||||
},
|
||||
ltex = {
|
||||
ltex = {
|
||||
-- language = "de-DE",
|
||||
enabled = { "latex" },
|
||||
dictionary = Dictionaries,
|
||||
}
|
||||
}
|
||||
}
|
||||
local default = { __index = function() return {} end }
|
||||
|
Reference in New Issue
Block a user