neovim - correct typos 2

This commit is contained in:
2024-03-03 01:41:08 +01:00
parent 78c4624fd6
commit 2e7bcc32ca
4 changed files with 20 additions and 22 deletions

View File

@@ -15,6 +15,8 @@ let
in {
home.sessionVariables = { EDITOR = "nvim"; };
home.packages = with pkgs; [ nerdfonts ];
programs.neovim = {
enable = true;
package = pkgs.neovim-nightly;