From 4a95a2c17b38ea914b02c5575ca9a4ce103555b9 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Fri, 22 Sep 2023 22:08:13 +0200 Subject: [PATCH] feat: add direnv plugin to nvim --- modules/editors/nvim/home.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/editors/nvim/home.nix b/modules/editors/nvim/home.nix index 2b4a765..bd70714 100644 --- a/modules/editors/nvim/home.nix +++ b/modules/editors/nvim/home.nix @@ -12,6 +12,8 @@ vimAlias = true; plugins = with pkgs.vimPlugins; [ + direnv-vim + vim-nix vim-markdown -- 2.48.1