LazyVim.LazyVim/lua/lazyvim/plugins/extras
Tony Messias ea3b5cc2ab
feat(php): allow using intelephense instead of phpactor in php extras (#3691)
## What is this PR for?

- Allows setting intelephense instead of phpactor for PHP's LSP

## Does this PR fix an existing issue?

No. But I personally use intelephesen myself and when researching on how
to use the PHP extras but swap phpactor (too verbose, imo) for
intelephense, I found this [comment
here](https://github.com/LazyVim/LazyVim/pull/3397#issuecomment-2141950186)
which suggested making it configurable like the Python extras. That's
what I'm doing here.

## Checklist

- [x] I've read the
[CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md)
guidelines.
2024-06-17 06:47:47 +02:00
..
coding feat(copilot-chat): ctrl-s now works in both normal and insert mode 2024-06-16 20:17:16 +02:00
dap fix(dap): make sure mason-nvim-dap loads after nvim-dap 2024-06-15 10:22:41 +02:00
editor refactor: LazyVim.config 2024-06-16 15:35:38 +02:00
formatting fix(prettier): fixup 2024-06-07 23:24:01 +02:00
lang feat(php): allow using intelephense instead of phpactor in php extras (#3691) 2024-06-17 06:47:47 +02:00
linting feat: use LazyVim everywhere instead of require("lazyvim.util") 2024-03-22 09:15:09 +01:00
lsp feat: moved neoconf.nvim to extras 2024-06-02 09:05:16 +02:00
test fix(which-key): use new which-key support for native group keymaps (nop) 2024-06-06 10:46:56 +02:00
ui fix(edgy): neo-tree. See #3667 2024-06-15 15:21:10 +02:00
util feat(project): add some fzf-lua keymap (#3666) 2024-06-16 07:21:30 +02:00
vscode.lua feat(vscode): added ts-comments to allow list for vscode 2024-05-29 18:22:54 +02:00