Matthieu Coudron
Matthieu Coudron
haven't investigated it but saw the same behavior.
I received this warning from orgmode : ``` Conflicting org parser(s) found in these locations: - `/home/teto/.local/share/nvim/rocks/lib/luarocks/rocks-5.1/tree-sitter-orgmode/2.0.0-1/parser/org.so` Remove them to avoid conflicts. ``` I think it should show all conflicting...
> Even though it's against the luarocks convention, I'll probably remove the dependency on the luarocks level and have orgmode install the grammar. ha now I am sad because I...
fixed ? reopen if not
ain't that a fish bug ? not recognizing the alias takes priority over the binary ? if you `unalias ls`, then you lose the completion for ls so I am...
thanks for the heads up, I had no idea where those were coming from. I am uneasy with installing autocompletions from a 3rd-party. It might get out of sync, and...
> Afaik the only use case where we would want to override the URL is in NURR, which is why it's not an explicit input. I'd prefer to avoid having...
now that blink can run in pure lua mode, it might be worth merging a simple version first and postone the binary issue for a follow up iteration ? I...
> So you would like to have something like :TSModuleInfo? But filtered for the languages for the current buffer? Yes, I would be happy with `:TSModuleInfo ` but since there...
yeah I can see the tag now, not sure why it didn't work before. I've been playing with the playground it's great, but I think I hit https://github.com/nvim-treesitter/playground/issues/88 . I've...