From ca0e05442285675d4f04f77a1fa452af36a58f5d Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Thu, 1 Oct 2020 15:37:46 +0200 Subject: [PATCH] Add Nix support to vim. --- .gitmodules | 3 +++ vim/.vim/pack/bundle/start/vim-nix | 1 + 2 files changed, 4 insertions(+) create mode 160000 vim/.vim/pack/bundle/start/vim-nix diff --git a/.gitmodules b/.gitmodules index 42bf814..cdd13bb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -52,3 +52,6 @@ [submodule "vim/.vim/pack/bundle/start/vim-terraform"] path = vim/.vim/pack/bundle/start/vim-terraform url = https://github.com/hashivim/vim-terraform +[submodule "vim/.vim/pack/bundle/start/vim-nix"] + path = vim/.vim/pack/bundle/start/vim-nix + url = https://github.com/LnL7/vim-nix.git diff --git a/vim/.vim/pack/bundle/start/vim-nix b/vim/.vim/pack/bundle/start/vim-nix new file mode 160000 index 0000000..d733cb9 --- /dev/null +++ b/vim/.vim/pack/bundle/start/vim-nix @@ -0,0 +1 @@ +Subproject commit d733cb96707a2a6bdc6102b6d89f947688e0e959