1.0.0 • Published 4 years ago

@jswork/ushell-module-vim v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

ushell-module-vim

Unix like shell module for vim.

installation

npm i -S @jswork/ushell-module-vim

init(./init_vim_config.sh):

  cd ~/github
  git clone git@github.com:afeiship/fei-vim.git
  rm -rf ~/.vim ~/.vimrc
  ln -s ~/github/fei-vim/.vim ~/.vim
  ln -s ~/github/fei-vim/.vim/vimrc ~/.vimrc
  cd ~/.vim
  git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
  vim && execute: `:BundleInstall`

install spf13-vim

## update my vim
brew intall vim

## install:
curl https://j.mp/spf13-vim3 -L > spf13-vim.sh && sh spf13-vim.sh

resources

issues

  • mv ~/github/fei-vim/.vim/vimrc mv ~/github/fei-vim/.vim/.vimrc