Santos Gallegos

Results 157 issues of Santos Gallegos

Sometimes is kind of redundant to write the function/command/autocmd name on each decorator. Also, this can help with cases like #334. Please, let me know if you want this feature...

Hi, thanks for this awesome plugin. If I run `:GrepperRg let **/*.vim` It shows this error `**/*.vim: No such file or directory (os error 2)|| `. Like it's trying to...

Rely on html_baseurl for the canonical url instead. The canonical url is already set in the basic theme https://github.com/sphinx-doc/sphinx/blob/4e9d1553968653df6699b20afc22b73eb3280185/sphinx/themes/basic/layout.html#L130-L132 That takes into account pages using the dirhtml builder instead of...

Mainly for the format used in python docstrings. For example ```lua require'nvim-treesitter.configs'.setup { highlight = { enable = true, disable = {}, injections = { python = { docstrings: "markdown",...

Hi, I'm writing a grammar, and I've needed this a couple of times. Is there a way to skip just one test? I know there is the `--filter` option, but...

enhancement
question
cli

Features like https://github.com/nvim-treesitter/nvim-treesitter-textobjects/pull/150 and https://github.com/nvim-treesitter/nvim-treesitter-textobjects/issues/125 would benefit from being per-mapping/objects instead of global options. Our current settings look like this ```lua keymaps = { ["af"] = "@function.outer", ["if"] = "@function.inner",...

enhancement

Needs https://github.com/nvim-treesitter/nvim-treesitter/pull/1953 This is an alternative solution for the problem described at https://github.com/nvim-treesitter/nvim-treesitter-textobjects/pull/70.

Dedenting was happening too early for inline comments that were after an expression. The indentation level for these comments was the number of space between the expression and the `#`...

This is useful for injections (nvim-treesitter makes use of nodes to define the range of injections), where `"""` in docstrings could change the meaning of the injected languages, rigght now...

Closes https://github.com/tree-sitter/tree-sitter-python/issues/118