-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This update broke a bunch of neovim nightly related things that took way to long to figure out. I ended up needing to make a couple of changes to my config to get things working again: - Disable gitsigns - Remove vim-polyglot Gitsigns is broken due to an old version of the plugin being pulled in via the nix luaRocks package versions in nixpkgs. This was originally identified on NixOS/nixpkgs#188302, which tracked it back to NixOS/nixpkgs#185723, which I'm now following so I'll know when to try re-enabling gitsigns. This is a bit of a bummer. vim-polyglot just started failing the nix build while generating the remote plugin manifest. I don't actually care that much about vim-polyglot, so I just ripped it out and added the few language plugins I actually care about directly. I'm sure I missed something, but it's easy to add new languages. IIRC there were some things I needed to work around with vim-polyglot anyways (like vim-go not loading everything), so no big loss here. Overall way too exciting of a `niv update`.
- Loading branch information
Showing
3 changed files
with
14 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters