gbprod
gbprod
BREAKING CHANGE: Drop compatibility with nvim < 0.7.0
When I auto-complete a native function like `var_dump` or `array_map`, phpactor auto-import this function adding `use function var_dump;`. But I don't want to auto-import php native function (but I want...
### Description When completing a function's parens, it renders an error because `item.data` is not an array: ``` Error executing vim.schedule lua callback: ...vim-autopairs/lua/nvim-autopairs/completion/handlers.lua:15: attempt to index field 'data' (a...
Add [twig](https://github.com/twigphp/Twig) parser. Twig website : https://twig.symfony.com Parser is [here](https://github.com/gbprod/tree-sitter-twig) :)
**Is your feature request related to a problem? Please describe.** I'm working on a tree-sitter parser for [twig](https://twig.symfony.com/) syntax [here](https://github.com/gbprod/tree-sitter-twig) and I'm stuck with [html injection](https://github.com/gbprod/tree-sitter-twig/blob/main/queries/injections.scm). I'm trying to use...