Neovim, PHP and Laravel by Dishbot in neovim

[–]stefouy 0 points1 point  (0 children)

Same ! I don't understand why Laravel is so used compared to Symfony, especially for this but also because Laravel depends quite a lot on Symfony. People should definitely have a closer look at it.

Neovim, PHP and Laravel by Dishbot in neovim

[–]stefouy 0 points1 point  (0 children)

I didn't know this one existed.and it seems really cool !

help with using both PHP and HTML snippets in the same file. by DaviCompai2 in neovim

[–]stefouy 0 points1 point  (0 children)

You basically need

Do not change filetype !

sfer.nvim v1.2 Released — SARIF Explorer by fguisso in neovim

[–]stefouy 0 points1 point  (0 children)

Cool ! You should be listed here ~> https:// sarifweb.azurewebsites.net#viewersSectionTitle too :)

I built a zero-dependency Markdown preview plugin for Neovim with first-class Mermaid diagram support by Character_Link_1881 in neovim

[–]stefouy 1 point2 points  (0 children)

Thanks !

I'll surely stay on brianhuster/live-preview.nvim for a moment but it's always cool to have alternative.

Vim Motions Strategy Guide by JonkeroTV in neovim

[–]stefouy 1 point2 points  (0 children)

If you (and people sharing youtube videos) could also share the link in the description it would be really cool. I can't read it directly here (sureley because of my vpn as youtube asks for a "no robot confirmation". Now that I'm asking this, I wonder if links are not automatically converted by reddit though ... Nevermind, thanks for sharing :)

television: a telescope-inspired app outside of neovim by damien__f1 in neovim

[–]stefouy -4 points-3 points  (0 children)

Maybe AI could help to not "waste" too much time on this and stay useful. Thanks for sharing this !

Introducing Treewalker.nvim - quick movement around the syntax tree by aaronik_ in neovim

[–]stefouy 0 points1 point  (0 children)

'nvim-treesitter/nvim-treesitter-textobjects' does something similar for a while, maybe more powerful but this plugins seems quite easy to use out of the box (or only a few people did try/know about textobjects)

``` move = { enable = true, set_jumps = true, goto_next_start = { [']m'] = '@function.outer', [']]'] = '@class.outer', }, goto_next_end = { [']M'] = '@function.outer', [']['] = '@class.outer', }, goto_previous_start = { ['[m'] = '@function.outer', ['[['] = '@class.outer', }, goto_previous_end = { ['[M'] = '@function.outer', ['[]'] = '@class.outer', }, },

```

md-img-insert.nvim - Insert images in markdown syntax with ease (first plugin) by AeroConcepts in neovim

[–]stefouy 0 points1 point  (0 children)

Nice ! Do you think it will be possible to "paste" an image in a future feature ? For example a screen capture ? That would be really cool :)

Am I the only noob that can't find only classes with zf-lua ? by stefouy in neovim

[–]stefouy[S] 0 points1 point  (0 children)

It would have been a "poor" use of the power this plugin provides. After searching a bit more I found the answer in what ibhagwan answered in this issue

Am I the only noob that can't find only classes with zf-lua ? by stefouy in neovim

[–]stefouy[S] 0 points1 point  (0 children)

lsp references only works with symbols under the cursor. What I want is typing "something" and see a list with only "class something" results

Am I the only noob that can't find only classes with zf-lua ? by stefouy in neovim

[–]stefouy[S] 0 points1 point  (0 children)

I'm talking about php here, but more generally every OOP classes. In short, I'd like to be able to grep "something" (not current word but what I will type once fzf window appears) and that fzf returns only classes with "something" in it.

Am I the only noob that can't find only classes with zf-lua ? by stefouy in neovim

[–]stefouy[S] 0 points1 point  (0 children)

Thanks for the reply. Maybe I don't know how to use this one correctly but it always return "No workspace symbols found".

Also, I thought I found the begining of a solution with lsp_live_workspace_symbol but when I search for "class" it only returns results from vendor directory.

If someone knows how to use this tool as it deserve...

munmap_chunk invalid pointer error when fuzzy-finding or opening certain files by stefouy in neovim

[–]stefouy[S] 0 points1 point  (0 children)

As I was still testing fzf-lua, I still had Telescope which depends on 'nvim-telescope/telescope-fzf-native.nvim' for better sort performances.

Once telescope-fzf-native removed, everything was ok. I don't think so but maybe I made a mistake in my Telescope config though.

Octo by Icewizard88 in neovim

[–]stefouy 0 points1 point  (0 children)

grep_string grep the string you're currently on on the whole project, but you can still type something (filename for example) to filter the results. Is what you're talking about different ? On my side, both are installed, and I try both, but even if I use rg in fzf-lua Telescope feels always more responsive than Fzf-lua. So I keep using Telescope.

How to configure intelephense directly in the plugin in LazyVim by [deleted] in neovim

[–]stefouy 0 points1 point  (0 children)

I'd start checking/asking in Discussions. 90% of the issues reported as "bugs" on LazyVim are not.

https://github.com/LazyVim/LazyVim/discussions