aleeusgr / nix-things

a toolbox
1 stars 0 forks source link

vim #54

Closed aleeusgr closed 1 year ago

aleeusgr commented 1 year ago

In my old env this was done imperatively. I should improve.

vimrc is from Missing Semester

https://nixos.wiki/wiki/Neovim

should be as simple as

programs.neovim = {
  enable = true;
  extraConfig = ''
    set number relativenumber
  '';
};

but I get an error... option does not exist https://nix-community.github.io/home-manager/options.html#opt-programs.neovim.extraConfig https://nix-community.github.io/home-manager/options.html#opt-programs.neovim.enable