From 06757edcd620ca57fdb43d805b93c781ae270e25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emmanuel=20BENO=C3=8ET?= Date: Sun, 18 Jun 2023 17:20:21 +0200 Subject: [PATCH] Plugins - Powershell support --- bundles-init/vim-powershell.load.vim | 1 - plugins/vim-ps1.load.vim | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) delete mode 100644 bundles-init/vim-powershell.load.vim create mode 100644 plugins/vim-ps1.load.vim diff --git a/bundles-init/vim-powershell.load.vim b/bundles-init/vim-powershell.load.vim deleted file mode 100644 index 3efda37..0000000 --- a/bundles-init/vim-powershell.load.vim +++ /dev/null @@ -1 +0,0 @@ -NeoBundle 'zigford/vim-powershell' diff --git a/plugins/vim-ps1.load.vim b/plugins/vim-ps1.load.vim new file mode 100644 index 0000000..b666a17 --- /dev/null +++ b/plugins/vim-ps1.load.vim @@ -0,0 +1,4 @@ +call dein#add('PProvost/vim-ps1', #{ + \ lazy: 1, + \ on_ft: ['ps1', 'ps1xml'], + \ })