update for nvim 0.12

This commit is contained in:
Robin Jenni
2026-05-20 17:12:41 +02:00
parent 826aba247f
commit f305363f25
3 changed files with 15 additions and 0 deletions
+4
View File
@@ -164,6 +164,10 @@ return { {
diagnostics = {
globals = { 'vim' },
},
workspace = {
library = vim.api.nvim_get_runtime_file("", true),
checkThirdParty = false,
},
},
},
})