feat(LSP): Add PHP parser, remap LSP keybindings

This commit is contained in:
Калистратов Максим
2026-06-01 12:52:53 +03:00
parent fd3267ca21
commit c00508b08d
8 changed files with 80 additions and 5 deletions

View File

@@ -0,0 +1,12 @@
---@type vim.lsp.Config
return {
root_markers = { "composer.json" },
---@type lspconfig.settings.intelephense
settings = {
intelephense = {
environment = {
phpVersion = "8.3.30",
},
},
},
}