This commit is contained in:
Belal Elsabbagh
2025-11-19 14:01:26 +02:00
parent c4f48f8cf9
commit 89bc2940dd
4 changed files with 38 additions and 7 deletions

View File

@@ -19,9 +19,11 @@ return {
globals = { 'vim' }, -- Add 'vim' to the list of global variables
},
workspace = {
checkThirdParty = true,
library = {
vim.env.VIMRUNTIME, -- Include Neovim's runtime files for better completion
-- Add other library paths if needed, e.g., for plugins
vim.env.VIMRUNTIME,
'$XDG_DATA_HOME/nvim/lazy',
'${3rd}/luv/library',
},
},
},