summaryrefslogtreecommitdiff
path: root/config/programs/neovim.nix
blob: d4abca313adaccc52a2a095dde0dd43170dabd7c (plain)
1
2
3
4
5
6
7
8
{
  programs.neovim = {
    enable = true;
    defaultEditor = true;
    viAlias = true;
    vimAlias = true;
  };
}