nvim-treesitter/nvim-treesitter repo issues, pull requests, and releases
Feat: Add unison #5340 [tapegram]
Attempting to add unison Appreciate this tool thanks for the help!
refactor: remove `include-children` from queries #5226 [lucario387] NEXT
As the injection range issue has been resolved, there isn't any reason to keep the workarounds anymore I will do...
fix: auto install #4911 [lewis6991] NEXT
injections(nix): dynamic language injection via comments #4658 [figsoda] NEXT
continuation of #3902 since neovim/neovim#21548 is in stable requires neovim/neovim#23015 to work correctly since...
docs: fix typo in README.md #5341 [socherbyc]
Invalid node type at position for language bash #5345 [Maritsu] bug
Describe the bug Upon trying to do anything in a bash script, NVIM errors out, saying "invalid node type at position...
feat(c_sharp): add indent query #5344 [vlada-dudr]
I have been using it for some months now and seems to mostly work ok.
lucario387: Using your example codeblock, I got this result with the if statement if ( with() &&...
vlada-dudr: That's the part which I understood, but I have no clue how to run the thing
nvim-tree/nvim-tree.lua repo issues, pull requests, and releases
feat: add api.marks.bulk.trash #2391 [pr4th4m]
API to trash bulk files using external trash cli or similar Tested with OS: MacOS...
fix(#2382): git watcher handles worktrees and submodules, via --absolute-git-dir when it is available #2389 [alex-courtis]
fixes #2382 This is clunky: using yet another map for project roots is fragile and not easily maintainable. Possible...
feat(#1917): add diagnostic highlighting and icon placement #2396 [alex-courtis]
fixes #1917 #1510
feat: add renderer.icons.diagnostic_placement #2152 [baahrens]
Attempts to close #1510 This is my first proper PR in this project, so please let me know if this is the wrong...
fix(#2127) WIP: Open files with relative paths #2329 [xiantang]
close #2127 Open files with relative paths add experimental.open.relative_path flag
NvimTree commands are not working anymore. #2384 [HicaroD] bug
Description Commands are not working anymore. I just updated my NvimTree an hour ago, and suddenly it stopped...
When bulk moving, set destination based on the directory under cursor #2395 [raine] feature request
Describe the solution you'd like When using bulk move (bmv) to move files, it would be great if the directory on the...
NvimTreeOpenedFileIcon Highlight Group #2398 [LinuxIsCool] feature request
Why is there no NvimTreeOpenedFileIcon Highlight Group? I see NvimTreeOpenedFolderIcon highlight group. But files...
amaanq
amaanq: forall and do sound like @repeat equals sounds like @keyword.operator
amaanq: Thanks, not familiar w/ the language so I just go off of preconceived notions about certain...
amaanq: does let declare only functions or a variable/other stuff?
amaanq: yeah that's good
amaanq: not sure what the wrapped parenthesis indicates, there's no parent node to these two
amaanq: Ah I see, my bad. Were you intending to match two items at the root level? Specifying a parent...
amaanq: Can these kind of patterns deduct consecutive nodes, or will they always be resolved to 2...