From 088f6b8c1b17fc0c48308d07da2fef3634a129db Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Mon, 20 Jun 2022 08:16:13 +0200 Subject: [PATCH] feat: configure neovim --- home-mandlm.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/home-mandlm.nix b/home-mandlm.nix index dff4695..8430600 100644 --- a/home-mandlm.nix +++ b/home-mandlm.nix @@ -47,6 +47,13 @@ }; }; + neovim = { + enable = true; + plugins = with pkgs.vimPlugins; [ + vim-fugitive + ]; + }; + tmux = { enable = true; newSession = true;