Matthieu Coudron
Matthieu Coudron
I wonder if you could not achieve the same with `home.file.".newsboat/urls".text = null`. As for the service we tend to have them in separate modules, for instance look at mbsync...
you can have per-account hymalaya config or just a module setting for all accounts. Do what you think is best.
With neovim we have people writing their config in lua/fennel/teal; I would like to supporting these approaches in neovim. This means we may have to modify the option aftwards. @berbiche...
I would be happy for someone to take on this but we should agree on the design first. My current take is: - to add a freeform "language" option to...
I am annoyedby the `set nocompatible` that creeps in the generated init.vim . Also now that plugins can specify the language of their config, it would be nice to be...
I am in a similar scenario where my config is a complete mess of nix/vimscript/lua. One question first, do you have a config generated in nix ? if you've got...
Starting neovim with init.lua hasn't reached feature parity with an init.vim so yeah I recommand sticking to init.vim . Out of curiosity what's the content of the generated init.vim ?...
sry dont have time to do it but the goal is to write the file only if neovimrcContent != null at https://github.com/nix-community/home-manager/blob/be56b6f2c5df6a4da8c91d4a3174f77d66c35533/modules/programs/neovim.nix#L266 which leads to track how neovimrcContent is generated...
related: https://github.com/NixOS/nixpkgs/issues/118953 there is a non-null defaut configuration that forces the creation of the file while it should be possible to avoid it.
I've merged some changes in nixpkgs that should make it possible if you want to take a stab at this. NB: pass beforePlugins = "" to makeNeovimConfig