Plugin vim typescript, et MAJ doc

This commit is contained in:
Meutel 2018-05-20 17:24:12 +02:00
parent 64d634077b
commit f5d7fb90c4
2 changed files with 8 additions and 2 deletions

View File

@ -7,9 +7,14 @@ Collection of dotfiles, use with [dotfile-manager](https://github.com/seanh/dotf
dotfile-manager link ~/.config ~/sources/dotfiles/_config
dotfile-manager link ~/.vim ~/sources/dotfiles/_vim
For vim, clone plugins in folder \_vim:
For vim, clone plugins in folder `_vim/bundle`:
* https://github.com/VundleVim/Vundle.vim.git
* https://github.com/scrooloose/nerdtree.git
* https://github.com/bling/vim-airline.git
* https://github.com/chase/vim-ansible-yaml.git
* https://github.com/Quramy/tsuquyomi.git
* https://github.com/fatih/vim-go.git
* https://github.com/vim-jp/vim-go-extra.git
* https://github.com/posva/vim-vue.git
* https://github.com/leafgarland/typescript-vim.git

1
_vimrc
View File

@ -13,6 +13,7 @@ Plugin 'fatih/vim-go'
Plugin 'posva/vim-vue'
Plugin 'leafgarland/typescript-vim'
Bundle 'Quramy/tsuquyomi'
Bundle 'chase/vim-ansible-yaml'
" }}}