Plugin vim typescript, et MAJ doc
This commit is contained in:
parent
64d634077b
commit
f5d7fb90c4
@ -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 ~/.config ~/sources/dotfiles/_config
|
||||||
dotfile-manager link ~/.vim ~/sources/dotfiles/_vim
|
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/VundleVim/Vundle.vim.git
|
||||||
* https://github.com/scrooloose/nerdtree.git
|
* https://github.com/scrooloose/nerdtree.git
|
||||||
* https://github.com/bling/vim-airline.git
|
* https://github.com/bling/vim-airline.git
|
||||||
* https://github.com/chase/vim-ansible-yaml.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
1
_vimrc
@ -13,6 +13,7 @@ Plugin 'fatih/vim-go'
|
|||||||
Plugin 'posva/vim-vue'
|
Plugin 'posva/vim-vue'
|
||||||
Plugin 'leafgarland/typescript-vim'
|
Plugin 'leafgarland/typescript-vim'
|
||||||
|
|
||||||
|
Bundle 'Quramy/tsuquyomi'
|
||||||
Bundle 'chase/vim-ansible-yaml'
|
Bundle 'chase/vim-ansible-yaml'
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user