update
This commit is contained in:
parent
21d788c46e
commit
b1967bc6a1
7 changed files with 89 additions and 1 deletions
|
|
@ -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,
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue