vim

For discussion on all things (neo)vim.
dominicm 2021-07-01T22:02:40.130500Z

https://github.com/sogaiu/tree-sitter-clojure I need some kind of emsdk thing 🙈 this might be an interesting week of playing around.

dominicm 2021-07-01T22:07:32.131Z

My only reservation with tree-sitter is how funky all the build stuff is.

berkeleytrue 2021-07-01T23:03:03.131600Z

never had to many issue with it. I use it directly through nvim-treesitter and it has all the tools for it.

berkeleytrue 2021-07-01T23:04:00.132400Z

You can config it to build the grammer for you. Just point it to the right file

berkeleytrue 2021-07-01T23:04:33.132800Z

You can use https://github.com/nvim-treesitter/playground to see how the grammer parsers a file

berkeleytrue 2021-07-01T23:04:55.133300Z

and you can try out queries as well.