|
|
@@ -121,6 +121,9 @@ Plug 'junegunn/vim-github-dashboard', { 'on': ['GHDashboard', 'GHActivity'] }
|
|
|
" Loaded when clojure file is opened
|
|
|
Plug 'tpope/vim-fireplace', { 'for': 'clojure' }
|
|
|
|
|
|
+" Multiple file types
|
|
|
+Plug 'kovisoft/paredit', { 'for': ['clojure', 'scheme'] }
|
|
|
+
|
|
|
" On-demand loading on both conditions
|
|
|
Plug 'junegunn/vader.vim', { 'on': 'Vader', 'for': 'vader' }
|
|
|
```
|