JoseConseco
JoseConseco
Actually I found this plug: - https://github.com/chrisbra/changesPlugin - it does work but user has to enable it manually each time, and it does not have as rich customization as gitsigns...
I found this plugin: [footprint](https://github.com/axlebedev/footprints) which is good enough for my needs. I will close this then.
@echasnovski the prev operator works great - it can be dot repeated no problem. But if we run: dina : https://user-images.githubusercontent.com/13521338/181919302-9921ff71-0242-4018-88dd-7ae1f201b2f4.mp4 mini ai skips next arg, and jumps 2x forward....
I would expect to be able to . repeat dina - without skipping args: https://user-images.githubusercontent.com/13521338/181919547-ef71ac20-22f6-4676-a671-3b8baccd738f.mp4 I think this is how it worked in targets.vim ? Ah, ok I can see...
@kevinhwang91 I can see that main.lua has; ```lua if calmDown then if not position.inRange(startPos, endPos, curPos) then vim.schedule(function() cmd('noh') reset() end) return elseif hit then return end end render.addWinHighlight(0, startPos,...
@kevinhwang91 using : `override_lens = function() end` Removed labels permanently. But it is not what I want. I want to see labels when pressing N, n, *, etc. But after...
I nvim-cmp - we get integrations with UltiSnips - which exposes function - UltiSnips#CanExpandSnippet - it can be used as condition to check if < tab > should be tab...
Imo it would be also cool, if nightfox.color module, could be put into separate plugin/repo. It is helpful for adjusting colors more plug devs could use it, if it was...
There is 'zx' hotkey in vim that is recalculating folds on current document. Maybye all there is to it - is to add this command to file opener? http://vimdoc.sourceforge.net/htmldoc/fold.html#zx
I think this can be closed since we have https://github.com/anuvyklack/hydra.nvim now