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, ...}: {
|
||||
home.packages = [pkgs.lunarvim];
|
||||
#home.packages = [pkgs.lunarvim];
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
#defaultEditor = true;
|
||||
|
@ -9,7 +9,7 @@
|
|||
xdg.configFile."nvim".source = pkgs.fetchFromGitHub {
|
||||
owner = "Guanran928";
|
||||
repo = "nvim";
|
||||
rev = "655e863d2548cf9883e94e837f803ed2ae0d6aec";
|
||||
hash = "sha256-EYArlahHMWj4yVXTKldVZsbHjg0gxvXqgTxO5BvEfQ8=";
|
||||
rev = "2a3a14de15d28f97dafea4be6e91df72d4a45e42";
|
||||
hash = "sha256-CFdRSYAC5FPPC45gc+vSYpSHfZL78Wf7IugA6pEASXE=";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue