commit | 77af0e8904673dd58143a40e60730c567bf4044d | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Thu Jan 26 00:36:30 2023 +0000 |
committer | Skyler Grey <skyler3665@gmail.com> | Sun Feb 26 13:09:26 2023 +0000 |
tree | 276e3507c8c55457749ab138891e1639b6037d05 | |
parent | 508060d4d1b6d95c2e9c4d5c44d212ad67bf18ef [diff] |
Add git bindings to neovim
diff --git a/modules/neovim/git/default.nix b/modules/neovim/git/default.nix index 6eab462..e1531e9 100644 --- a/modules/neovim/git/default.nix +++ b/modules/neovim/git/default.nix
@@ -9,6 +9,7 @@ '' + lib.pipe [ ./lazygit.vim + ./binds.vim ] [ (map builtins.readFile) (builtins.concatStringsSep "\n")