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'], + \ })