Browse Source

Ajout du plugin omlet (ocaml)

Thibaut Marty 9 years ago
parent
commit
67be89c6cf
2 changed files with 2 additions and 0 deletions
  1. 1 0
      README.md
  2. 1 0
      plugins.vim

+ 1 - 0
README.md

@@ -55,6 +55,7 @@ rm -rf .vim .vimrc
 * [vim-endwise](https://github.com/tpope/vim-endwise)
 * [vim-easymotion](https://github.com/Lokaltog/vim-easymotion)
 * [vim-easy-align](https://github.com/junegunn/vim-easy-align)
+* [omlet.vim](https://github.com/vim-scripts/omlet.vim)
 
 ## Licence
 

+ 1 - 0
plugins.vim

@@ -19,6 +19,7 @@ Plugin 'Townk/vim-autoclose'
 Plugin 'tpope/vim-endwise'
 Plugin 'Lokaltog/vim-easymotion'
 Plugin 'junegunn/vim-easy-align'
+Plugin 'vim-scripts/omlet.vim'
 
 call vundle#end()