Update for nvim v0.10
This commit is contained in:
parent
7dadc3afd5
commit
6b2e261d8c
7 changed files with 147 additions and 94 deletions
|
|
@ -93,7 +93,13 @@ return {
|
|||
},
|
||||
sqlls = {},
|
||||
yamlls = {},
|
||||
tsserver = {},
|
||||
tsserver = {
|
||||
init_options = {
|
||||
preferences = {
|
||||
disableSuggestions = true
|
||||
}
|
||||
}
|
||||
},
|
||||
lua_ls = {
|
||||
settings = {
|
||||
Lua = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue