vim

For discussion on all things (neo)vim.
walterl 2019-12-03T17:24:07.004900Z

Just watched the treesitter talk. First thing that occurred to me, is that it's basically a general solution for lisp-like structural editing 😝

walterl 2019-12-03T17:24:27.005300Z

It's super exciting to have it that integrated into an editor, though

walterl 2019-12-03T17:25:28.006300Z

Does anyone know if we'll be able to use treesitter for folds and visual selections in neovim 0.5's treesitter support too? https://github.com/neovim/neovim/pull/11113 doesn't mention it.

walterl 2019-12-03T17:27:10.007200Z

I'd be surprised if structural folding will be supported anytime soon, since I'd expect the legacy vim way to be strongly line based (although I haven't looked at the code).

dominicm 2019-12-03T17:31:57.007600Z

I don't see why that couldn't happen though

dominicm 2019-12-03T17:32:09.008Z

Folds are just a conceal afaik

🤞 1