nix-community / nixvim

Configure Neovim with Nix! [maintainer=@GaetanLepage, @traxys, @mattsturgeon, @khaneliman]
https://nix-community.github.io/nixvim
MIT License
1.62k stars 250 forks source link

Few remarks/questions about nixvim #664

Open teto opened 11 months ago

teto commented 11 months ago

hi,

I contribute regularly to nix+neovim issues and while I dont use nixvim (I prefer a more laid back approach)m I have a few changes in mind I would like to apply to the nixpkgs neovim wrapper. I had a (quick) look at nixvim code to see how it could impact it and I have a few questions/remarks

traxys commented 11 months ago
ehsan2003 commented 8 months ago
  • does a nixvim generated executable read ~/.config ? I would like to make it easier to generate the hybrid neovim that has a nix base but reads from XDG config and a hardened pure nix config as requested in https://github.com/NixOS/nixpkgs/issues/ (maybe using NVIM_APPNAME)

No it's not reading ~/.config as far as I know