dial.nvim icon indicating copy to clipboard operation
dial.nvim copied to clipboard

enhanced increment/decrement plugin for Neovim.

Results 22 dial.nvim issues
Sort by recently updated
recently updated
newest added

Thanks for your great plugin! How about using treesitter for `find` function in `augend.user` (add a new helper)? treesitter can return textrange for found node via https://neovim.io/doc/user/treesitter.html#tsnode:range().

enhancement

I recently discovered this plugin and I'm really fond of the extension of the `c-a` and `c-x` functionality, it's a great idea! One feature I miss in the definition of...

Hi, I want to migrate from `switch.vim` and `vim-speeddating` into this plugin but it's missing my favourite feature of switching between ES6-style arrow and normal functions like described here: https://github.com/AndrewRadev/switch.vim#javascript...

While reading the Readme, its a little unclear how to get started _before_ diving directly into all the configurations I know nothing about. The readme reads with a bit too...

The help says `Currently, this augend does NOT recognize identifiers that consist of only one word.`, but `PascalCase` matches to the word starts with capital letter like 'Word' and 'WORD'....

Hi, Would suggest adding the differences between this plugin and speeddating.

Hi, I was just exploring this great plugin, which does an amazing job at extending the base inc/dec features of vim, and i was reminded of a vim based plugin...

enhancement

I love this plugin but this missing (and easy to implement feature) has really been bugging me. If I open up a new file `a.txt`: ```txt 1 ``` I can...

My understanding from reading through your Readme and your doc is that it is only possible to configure your plugin in Lua. If I'm right, could you please add a...