From 84fe4e6288ce2304d83df53a4e46841c2129a75c Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Tue, 15 Sep 2020 09:41:52 +0200 Subject: [PATCH] Better nginx config support in vim. --- .gitmodules | 3 +++ vim/.vim/pack/bundle/start/nginx.vim | 1 + 2 files changed, 4 insertions(+) create mode 160000 vim/.vim/pack/bundle/start/nginx.vim diff --git a/.gitmodules b/.gitmodules index 54b23bc..faf4020 100644 --- a/.gitmodules +++ b/.gitmodules @@ -43,3 +43,6 @@ [submodule "zsh/.config/zsh/plugins/nix-zsh-completions"] path = zsh/.config/zsh/plugins/nix-zsh-completions url = https://github.com/spwhitt/nix-zsh-completions.git +[submodule "vim/.vim/pack/bundle/start/nginx.vim"] + path = vim/.vim/pack/bundle/start/nginx.vim + url = https://github.com/chr4/nginx.vim.git diff --git a/vim/.vim/pack/bundle/start/nginx.vim b/vim/.vim/pack/bundle/start/nginx.vim new file mode 160000 index 0000000..f21506f --- /dev/null +++ b/vim/.vim/pack/bundle/start/nginx.vim @@ -0,0 +1 @@ +Subproject commit f21506f8cd9ae8a21bb82fcb67830e5e29d186c5