From 1f5857131ff6cce2f1b8f522939ef3b7af357957 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Fri, 29 May 2020 10:27:35 +0100 Subject: [PATCH] Adds powershell syntax highlighting --- .gitmodules | 3 +++ bundle/vim-ps1 | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/vim-ps1 diff --git a/.gitmodules b/.gitmodules index be0f274..aeb8191 100644 --- a/.gitmodules +++ b/.gitmodules @@ -84,3 +84,6 @@ [submodule "bundle/deoplete.nvim"] path = bundle/deoplete.nvim url = https://github.com/Shougo/deoplete.nvim +[submodule "bundle/vim-ps1"] + path = bundle/vim-ps1 + url = https://github.com/PProvost/vim-ps1.git diff --git a/bundle/vim-ps1 b/bundle/vim-ps1 new file mode 160000 index 0000000..9fdf928 --- /dev/null +++ b/bundle/vim-ps1 @@ -0,0 +1 @@ +Subproject commit 9fdf92846fbeb8445e535cf0c5bdb4b1dce4a506