feat(LSP): Add PHP parser, remap LSP keybindings
This commit is contained in:
@@ -11,6 +11,9 @@ vim.pack.add({
|
||||
-- Automatically enable installed language servers
|
||||
{ src = "https://github.com/mason-org/mason-lspconfig.nvim" },
|
||||
|
||||
-- Automatically install TreeSitter parsers
|
||||
{ src = "https://github.com/romus204/tree-sitter-manager.nvim" },
|
||||
|
||||
-- All-in-one completions engine
|
||||
{ src = "https://github.com/saghen/blink.lib" },
|
||||
{ src = "https://github.com/saghen/blink.cmp" },
|
||||
@@ -28,6 +31,7 @@ vim.pack.add({
|
||||
|
||||
-- Miscellaneous
|
||||
{ src = "https://github.com/windwp/nvim-autopairs" },
|
||||
{ src = "https://github.com/folke/which-key.nvim" },
|
||||
|
||||
-- WoW Addon API
|
||||
{ src = "https://github.com/Tyrannican/warcraft-api.nvim" },
|
||||
|
||||
Reference in New Issue
Block a user