Update for nvim v0.10

This commit is contained in:
Alexander Navarro 2024-06-11 08:29:31 -04:00
parent 7dadc3afd5
commit 6b2e261d8c
7 changed files with 147 additions and 94 deletions

View file

@ -93,7 +93,13 @@ return {
},
sqlls = {},
yamlls = {},
tsserver = {},
tsserver = {
init_options = {
preferences = {
disableSuggestions = true
}
}
},
lua_ls = {
settings = {
Lua = {