Sam
Sam
~~I am running `make` and nothing is changing, and the artifact seems related to matchparen?~~ Never mind i missed the drop down.
Hey @clason i have 2 questions. Should i rebase this off of [fix_ci](https://github.com/tree-sitter-grammars/tree-sitter-vim/pull/25) ? I want to add a query for ranges do i add it in this pr or...
I ended up using a `clear_filters` key to allow the user to clear the builtin filters, and optionally add their own filters in the same table. e.g.: ```lua { clear_filters...
I think you can do it using a function like this: ````lua mappings = { i = { j = { k = function() -- Escape insert mode when jk...
It's a draft because I am not sure if there are any bugs. It seems to work fine though. Also because the commits are a mess.
@max397574 What the point of `unmap_keys` (formally `clear_mappings`) ? `vim.keymap.set` already overwrites old mappings. Never mind it clears the mappings when `setup()` is called 2 times.
I should probably add some readme examples for this. I was waiting for #112 to be merged.
> (I guess you already have used this for some time yourself?) No, I actually haven't been coding that much for the last few weeks because of school, but I...
Uh, It also deletes the previous character on non empty lines. Found a fix though.
Nvm the fix breaks if a key has multiple parents.