mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-12-26 13:21:45 +00:00
simple PHP parser and lsp config
This commit is contained in:
parent
d1503995c8
commit
f9ae577395
@ -166,6 +166,7 @@ return {
|
||||
pyright = {},
|
||||
svelte = {},
|
||||
gopls = {},
|
||||
intelephense = {},
|
||||
-- ... 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:
|
||||
|
@ -23,6 +23,7 @@ return {
|
||||
'markdown',
|
||||
'gitcommit',
|
||||
'gitignore',
|
||||
'php',
|
||||
},
|
||||
-- Autoinstall languages that are not installed
|
||||
auto_install = true,
|
||||
|
Loading…
Reference in New Issue
Block a user