chore(nvim): tweaks to lsp, autocommands, sessions

This commit is contained in:
2025-01-16 16:18:50 +02:00
parent 99477364bd
commit 3b665bdba0
3 changed files with 23 additions and 11 deletions

View File

@@ -42,12 +42,6 @@ local lsp_servers = {
diagnostics = {
globals = {
'vim',
-- busted
'describe',
'it',
'before_each',
'after_each',
'assert',
},
disable = {
-- Ignore lua_ls noisy `missing-fields` warnings
@@ -55,7 +49,7 @@ local lsp_servers = {
},
},
hint = {
enable = false,
enable = true,
arrayIndex = 'Auto',
await = true,
paramName = 'All',