Browse Source

vim: bad rm of plug#end(), put it back

Kyle P Davis 10 years ago
parent
commit
08e5345a6e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .vimrc

+ 2 - 0
.vimrc

@@ -103,3 +103,5 @@ Plug 'kchmck/vim-coffee-script'  " CoffeeScript support
 Plug 'leafgarland/typescript-vim'  " TypeScript support
 autocmd QuickFixCmdPost [^l]* nested cwindow
 autocmd QuickFixCmdPost    l* nested lwindow
+
+call plug#end()