Eric Richards
Eric Richards
I dug into the Harpoon code a bit and was able to make a smaller minimal config based on how it is loading buffers: `init.lua` ```lua vim.api.nvim_create_user_command('LoadTest', function () local...
A workaround for harpoon specifically, you can force Ufo to reload on every navigation: ```lua require("harpoon"):extend(require("harpoon.extensions").builtins.command_on_nav('UfoEnableFold')) ```
Another use case for this is ignoring local changes to a tracked file, which would be helpful to have this not be tied to `.gitignore`. I know it is generally...
@boltlessengineer #373 was closed as a duplicate of this issue, it was not resolved
Got it, I was having a hanging issue, but I think it might be related to Windows rather than this ticket. Will post a new one if I can get...
It isn't at a 1.0 release yet, but I found https://github.com/uutils/coreutils to be a great solution for Windows + elvish