V4G4X
V4G4X
I'll be closing this issue as the README says that Java 13 is the minimum version required for this. And upgrading is fixing it for everyone else. If you're facing...
Bump
I referred to [this](https://github.com/nix-community/home-manager/issues/4930#issuecomment-1900739192), but their solution of doing a simple `nix-channel --update` didn't work for me.
I am sure I had tried this before, but yes. This changed things. I have now started getting a version mismatch in the logs. How do I fix this? ```sh...
nvm. So running `nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager` did it for me. I was able to change the version of home-manager by listing nix-channels, and adding `master` (latest). I had a...
Glad to hear that @ysfscream. Thanks a lot for taking this up!
The way the branch name master shows up here, I was hoping if we could have an option to have it show up in a different color. In my terminal,...
I have a similar issue: I have the following function: ```lua local function diffOpen() local user_input = vim.fn.input("Revision to Open: ") return "DiffviewOpen" .. user_input .. "" end -- Key...
@FedeAbella Can you share how you're registering the mapping with Which-key? If your issue is similar to mine, I can help.