1
0
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:
2024-03-04 00:51:45 +01:00
parent eb4ab1d7d2
commit f789c139cb
6 changed files with 65 additions and 0 deletions

View File

@@ -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 }