diff --git a/home.nix b/home.nix index 319e4cc..646f7d3 100644 --- a/home.nix +++ b/home.nix @@ -218,6 +218,6 @@ # Neovim Configuration xdg.configFile."nvim".source = builtins.fetchGit { url = "https://code.softinio.com/softinio/nvim-config"; - rev = "e609be92393f89856d850e9cc3aa23c7badf0bee"; + rev = "ba28bef49a6ec11692d5bdb4949fc484139c8fa5"; }; }