simple PHP parser and lsp config

This commit is contained in:
Baipyrus 2024-07-02 09:31:51 +02:00
parent d1503995c8
commit f9ae577395
2 changed files with 2 additions and 0 deletions

View File

@ -166,6 +166,7 @@ return {
pyright = {}, pyright = {},
svelte = {}, svelte = {},
gopls = {}, gopls = {},
intelephense = {},
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs -- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
-- --
-- Some languages (like typescript) have entire language plugins that can be useful: -- Some languages (like typescript) have entire language plugins that can be useful:

View File

@ -23,6 +23,7 @@ return {
'markdown', 'markdown',
'gitcommit', 'gitcommit',
'gitignore', 'gitignore',
'php',
}, },
-- Autoinstall languages that are not installed -- Autoinstall languages that are not installed
auto_install = true, auto_install = true,