home/neovim: update, disable lunarvim

This commit is contained in:
Guanran Wang 2024-02-20 02:57:58 +08:00
parent 1cab188b0d
commit 4bab4950a9
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -1,5 +1,5 @@
{pkgs, ...}: { {pkgs, ...}: {
home.packages = [pkgs.lunarvim]; #home.packages = [pkgs.lunarvim];
programs.neovim = { programs.neovim = {
enable = true; enable = true;
#defaultEditor = true; #defaultEditor = true;
@ -9,7 +9,7 @@
xdg.configFile."nvim".source = pkgs.fetchFromGitHub { xdg.configFile."nvim".source = pkgs.fetchFromGitHub {
owner = "Guanran928"; owner = "Guanran928";
repo = "nvim"; repo = "nvim";
rev = "655e863d2548cf9883e94e837f803ed2ae0d6aec"; rev = "2a3a14de15d28f97dafea4be6e91df72d4a45e42";
hash = "sha256-EYArlahHMWj4yVXTKldVZsbHjg0gxvXqgTxO5BvEfQ8="; hash = "sha256-CFdRSYAC5FPPC45gc+vSYpSHfZL78Wf7IugA6pEASXE=";
}; };
} }