Omar Valdez

Results 9 comments of Omar Valdez

Neofetch used [`help2man`](https://www.gnu.org/software/help2man/) to generate a manpage using output from `--help`. Another option is to use [`pandoc`](https://pandoc.org/) to convert from any format (eg. markdown) to a manpage. I think that...

I'll see if I can have a go at it this weekend or next week. I've studied a bit of the format used for manpages (roff) to be familiar with...

For the record, the same problem is present with arguments and keyword arguments: ![image](https://github.com/nvim-treesitter/nvim-treesitter/assets/80359343/2e9abd96-79fc-41d2-98f2-adcc977180e8) I think this problem can be solved by just moving the queries further up, right now...

> the lambda function looks odd to me. Are you sure this is even valid? It runs, if that is what you mean: ![Image](https://github.com/user-attachments/assets/f40e3d7f-b917-4c19-b917-9e55a80f6ec8)

> Also, can you pull out the unrelated changes to a separate PR? The `@nospell` for `link_label` is also debatable, as the label often _is_ normal text that should be...

`nvim-treesitter` doesn't use `locals.scm` for highlighting so that's why the call is still highlighted as a function. If you are using `clangd` as your language server, it reports a semantic...

I still think it would be a good addition for the following reasons: 1. Rust Analyzer does not have a snippet/action for this. 2. The snippet is written in way...

Then feel free to close it

> Not sure what the best name for this is, I've gone with `--allow-gitignore` for now May I suggest `--no-ignore` as an alternative? At least [`fd`](https://github.com/sharkdp/fd) and [`ripgrep`](https://github.com/BurntSushi/ripgrep) use that...