<zeorin>
Hello everyone! I'm creating my first home-manager configuration and I'm wondering if there's a current explainer somewhere for the email infrastructure. I've found https://beb.ninja/post/email/, but it doesn't quite cover everything, such as e.g. imapnotify.
ardumont has quit [Ping timeout: 272 seconds]
__monty__ has joined #home-manager
ardumont has joined #home-manager
zeorin has quit [Remote host closed the connection]
zeorin has joined #home-manager
ronthecookie has quit [Remote host closed the connection]
superherointj_ has quit [Remote host closed the connection]
ScottHDev5 has quit [Ping timeout: 272 seconds]
Hurttila has joined #home-manager
cole-h has joined #home-manager
aveltras has joined #home-manager
superherointj has joined #home-manager
rajivr has quit [Quit: Connection closed for inactivity]
cwslimy[m] has joined #home-manager
Synthetica has joined #home-manager
ece3 has joined #home-manager
superherointj has quit [Quit: Leaving]
cole-h has quit [Ping timeout: 240 seconds]
Hurttila has quit [Ping timeout: 240 seconds]
aveltras has quit [Quit: Connection closed for inactivity]
CMistress has joined #home-manager
<CMistress>
hey all -- i'm attempting to configure neovim via home-manager. I have the following: programs.neovim.plugins = [ pkgs,vimPlugins.vim-plug ]; -- however, when I launch nvim, the ":PlugUpdate" command which comes from the vim-plug package isn't available. AFAICT, the plugin is installing when I do "home-manager switch". What's the best way to diagnose what's going on?
ece38 has joined #home-manager
ece3 has quit [Ping timeout: 264 seconds]
ece38 is now known as ece3
<nicolas[m]>
CMistress: are you using Home Manager on NixOS?
<CMistress>
nicolas[m], I am
<nicolas[m]>
CMistress: If I understand correctly, when you login you have to run `home-manager switch` for the plugin to be available in neovim?
<CMistress>
nicolas[m], Well, I've done that already, but it's still not available.
<nicolas[m]>
Do you have `programs.neovim.enable = true`?
<CMistress>
Yes.
__monty__ has quit [Quit: leaving]
<nicolas[m]>
Let me test locally
<CMistress>
nicolas[m], that's very kind of you, thanks.
<nicolas[m]>
I needed `call plug#begin(.....)` for `:Plug` commands to be available
<CMistress>
nicolas[m], What did you add to your home.nix file?
<CMistress>
nicolas[m], I'm not sure whether it makes a difference, but i am using programs.neovim.extraConfig = '' ... ''; to house my entire vimrc file (including calls to plug#begin(), etc. Would that make a difference to how neovim is loading?
<nicolas[m]>
No, it should work just fine.
<nicolas[m]>
Do you happen to know the version of HM you are using?
<nicolas[m]>
Multiple fixes related to neovim were merged on the unstable branch ("master")
<CMistress>
Ah, I'm using the released version
<nicolas[m]>
CMistress: I recommend opening an issue on HM's bug tracker and cc'ing teto