diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-12-06 13:24:11 +0000 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-12-06 13:24:11 +0000 |
commit | 5140bb581b2ea1bcd816134d728c810429550e8e (patch) | |
tree | dc411a3ad4ca18a702a400a7b5e0254c0d20f1b8 /nix-conf | |
parent | d4e2843e25fad067c0c148db15533519ee8f251b (diff) | |
download | dotfiles-5140bb581b2ea1bcd816134d728c810429550e8e.tar.gz |
Add vimPlugins.vim-nix
Diffstat (limited to 'nix-conf')
-rw-r--r-- | nix-conf/home/includes/common.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix-conf/home/includes/common.nix b/nix-conf/home/includes/common.nix index 082e7a4..f4cfb90 100644 --- a/nix-conf/home/includes/common.nix +++ b/nix-conf/home/includes/common.nix @@ -98,6 +98,7 @@ in pkgs.vimPlugins.molokai pkgs.vimPlugins.surround pkgs.vimPlugins.vim-lastplace + pkgs.vimPlugins.vim-nix pkgs.vimPlugins.vim-pasta pkgs.vimPlugins.vim-repeat pkgs.vimPlugins.vim-sexp-mappings-for-regular-people |