diff --git a/home/programs/terminal/editors/neovim/default.nix b/home/programs/terminal/editors/neovim/default.nix index 2e58c6b..203cc46 100644 --- a/home/programs/terminal/editors/neovim/default.nix +++ b/home/programs/terminal/editors/neovim/default.nix @@ -1,5 +1,5 @@ {pkgs, ...}: { - # TODO: Consider switching to nixvim, this is a temporary solution + # TODO: Consider switching to nixvim programs.neovim = { enable = true; @@ -19,16 +19,4 @@ gcc ]; }; - - # Running `nvim --headless +q` is recommended - # before opening neovim for the first time - home.file."./.config/nvim" = { - source = pkgs.fetchFromGitHub { - owner = "ItsDrike"; - repo = "AstroNvimUser"; - rev = "v0.1.2"; - sha256 = "sha256-PPejIy8BGxilcFAvBZQVfVDwTNEm1Tu6e0AlzIZbYXY="; - }; - recursive = true; - }; } diff --git a/hosts/voyager/default.nix b/hosts/voyager/default.nix index f46c610..0999736 100644 --- a/hosts/voyager/default.nix +++ b/hosts/voyager/default.nix @@ -70,7 +70,6 @@ # Games ".local/share/PrismLauncher" ".local/share/Steam" - #".steam" # Tools ".ssh" @@ -79,6 +78,7 @@ ".local/share/zoxide" ".local/share/wakatime" ".local/share/zsh" + ".config/nvim" ".local/share/nvim" ".local/state/nvim" ".config/github-copilot"