home/neovim: update, disable lunarvim
This commit is contained in:
parent
1cab188b0d
commit
4bab4950a9
1 changed files with 3 additions and 3 deletions
|
@ -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=";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue