This commit is contained in:
Ray Elliott 2026-07-07 01:02:07 +01:00
commit b1967bc6a1
7 changed files with 89 additions and 1 deletions

View file

@ -93,6 +93,10 @@ return {
configure("bashls")
configure("marksman")
configure("intelephense", {
init_options = {
storagePath = vim.fn.stdpath("cache") .. "/intelephense",
globalStoragePath = vim.fn.stdpath("data") .. "/intelephense",
},
single_file_support = false,
})