Raghavendra Manjegowda
Raghavendra Manjegowda
I was able to fix this with the following workaround, ``` chmod u+x PATH_TO_PLUGINS_DIR/vim-gutentags/plat/unix/update_gtags.sh ``` Tested on Arch and Ubuntu
Unfortunately this doesn't work on Firefox - https://bugzilla.mozilla.org/show_bug.cgi?id=1560660
I would also love to have direct call to start and end animation, so that it lets us to customize extensively. For example, I can have a keymap with custom...
I am running into same issue, refraining from upgrading for now. This is what I have and it works fine with `NeoMutt 20240329` ``` folder-hook Inbox 'set index_format=" %4C %zc...
> @ragu-manjegowda Hmm... I'm surprised that ever worked :-) > > There's a `10` (one zero) in the middle of your `set index_format...` that shouldn't be there. If I remove...
> https://github.com/willothy/flatten.nvim/issues/95#issuecomment-1979816682 Not sure if related, just wanted to share this with you guys, perhaps it might help! I faced this exact error whenever I tried to open a file...
As a workaround I moved to different kind of separator (anything but round seems to work).
Isn't there an option available to specify this via config already? ``` scp_binary = "scp", -- Binary to use for running SSH copy commands ```