diff --git a/README.md b/README.md index 63b32d4..12227e9 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/_vimrc b/_vimrc index f55a13f..938da27 100644 --- a/_vimrc +++ b/_vimrc @@ -13,6 +13,7 @@ Plugin 'fatih/vim-go' Plugin 'posva/vim-vue' Plugin 'leafgarland/typescript-vim' +Bundle 'Quramy/tsuquyomi' Bundle 'chase/vim-ansible-yaml' " }}}