-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
programs.neovim.configure is not working in master #1806
Comments
As mentioned in another issue, let's get rid of |
@teto For me I don't particularly use any feature only available with |
And now I remembered that I can't migrate to |
My feeling is that features offered by configure.vim-plug / pathogen should not be necessary with good enough designed plugins. Once you put plugins in packpath, the goal of nixpkgs is kinda done. As for release-20.09 lacking optional, you can cherry-pick the change/backport or write a small function that preprocess your list of plugin. |
Could we pick the optional changes in |
Opened a PR with the backport. |
This might be related: https://github.com/NixOS/rfcs/blob/master/rfcs/0042-config-option.md |
It's not related but it could be interesting if it would allow to set nix variables and convert them either in vimscript or lua afterwards. Even then both are programming languages so the string format looks sensible |
content of configure is now unconditionnally overwritten by home manager options so depending on what you use you can end up with a weird config. Its temporary until everyone migrates then I will remove configure |
Issue description
programs.neovim.configure
doesn't work inmaster
, but works inrelease-20.09
.Minimal test example (probably a good idea to add a more complete version of it as a test to ensure it doesn't break in the future):
Running it results:
Meta
Maintainer CC
@teto
Technical details
"x86_64-linux"
Linux 5.8.7-zen1, NixOS, 20.09.20210213.2118cf5 (Nightingale)
yes
yes
nix-env (Nix) 2.4pre20201201_5a6ddb3
"nixos-20.09.3124.2118cf551b9"
/nix/store/iv5kvpbswff5m4kfsh0x7vaj1g18axls-source
The text was updated successfully, but these errors were encountered: