Matthieu Coudron
Matthieu Coudron
I just spent 30mn trying to understand why this didn't work when the solution was as simple as installing the "query" grammar: let's add it to requirements https://github.com/nvim-treesitter/playground#requirements . I've...
also note that in neovim master's you can now do `:lua vim.treesitter.show_tree()`
that would be awesome. Does the closed PR work already ? I could use it 'till it makes it to upstream
I was notified that https://luals.github.io/wiki/annotations/ forked emmylua (a priori not active anymore) and that neovim was using this new system (called "luacats"). I believe some people would be interested in...
@Tieske I already had a look at teal but the tradeoff complexity vs advantages was not worth it for me. It makes things more complex while not providing enough typechecking....
thanks for the update. Is there a working teal codebase already ? I am a bit anxious because it feels like you do a lot and creating a new language...
I noticed that as well, my `--ssh-opts=" -p 22 "` got ignored.
software should be designed for usage, not for development. I think the current default is better (just broken because it evaluates everything instead of just the current target).
I've noticed the same thing where checks run for my 3 nixos configurations even though I deploy one node. It triggers all sorts of issues on top of being slow...
`-t` displays the promput but even with @jicksaw 's technique I could not make it work. I then noticed the comment : >EDIT: WORKAROUND: disable magic rollback which is very...