This commit is contained in:
Belal Elsabbagh
2025-11-11 22:09:44 +02:00
parent b65ce36d2a
commit 16a3109430
12 changed files with 178 additions and 56 deletions

View File

@@ -15,6 +15,15 @@ return {
runtime = {
version = 'LuaJIT',
},
diagnostics = {
globals = { 'vim' }, -- Add 'vim' to the list of global variables
},
workspace = {
library = {
vim.env.VIMRUNTIME, -- Include Neovim's runtime files for better completion
-- Add other library paths if needed, e.g., for plugins
},
},
},
},
}