Merge branch 'nvim-lua:master' into master
This commit is contained in:
commit
bc06452d0a
1 changed files with 2 additions and 0 deletions
2
init.lua
2
init.lua
|
@ -522,6 +522,8 @@ local servers = {
|
|||
Lua = {
|
||||
workspace = { checkThirdParty = false },
|
||||
telemetry = { enable = false },
|
||||
-- NOTE: toggle below to ignore Lua_LS's noisy `missing-fields` warnings
|
||||
-- diagnostics = { disable = { 'missing-fields' } },
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue