Adjust configuration
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
let
|
||||
neovim_configuration = pkgs.fetchgit {
|
||||
url = "https://git.nichkara.eu/nichkara/nvim";
|
||||
rev = "5f052bf9aedf1128623fb07596aedd53b743468a";
|
||||
sha256 = "sha256-m8/fG8hzB3q2HCfm2DTo3bVnrP+QBBlaa1emVc7Y/KU=";
|
||||
rev = "4d1d8e3fe72459790bf09bb0128e2c2c4c98e8d3";
|
||||
sha256 = "sha256-aqNRfj4JJXi7ah4QYU+5oszaazW+QXWHCLPJc8Q+tk4=";
|
||||
};
|
||||
|
||||
profile = import ../profile.nix;
|
||||
@@ -34,7 +34,7 @@ in
|
||||
withPython3 = true;
|
||||
withRuby = true;
|
||||
waylandSupport = true;
|
||||
initLua = "require('nvim')";
|
||||
initLua = "require('core')";
|
||||
};
|
||||
|
||||
xdg.configFile."nvim" = {
|
||||
|
||||
Reference in New Issue
Block a user