27

GitHub - iyuangang/.vim: FSCvim

 6 years ago
source link: https://github.com/iyuangang/.vim
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

README.md

.vim FSC dot file

Build Status

My vim dot file. ~/.vimrc is removed and us ~/.vim/vimrc. In this way version control can be easier. This profile can config vim ready in 5s. Fast,simple and credible.

    Preview Preview

Linux & MacOS

Follow the steps below

Automatic by 1 line code.

curl https://bit.ly/FSCVIM -L > fsc.sh && sh fsc.sh

You can also manually operate it.

  1. Backup your ~/.vimrc
cp ~/.vimrc ~/.vimrcbak ; cp -r ~/.vim ~/.vimbak ; rm -rf ~/.vimrc ~/.vim
  1. Clone this profile to you ~/.vim folder, run vim.
git clone https://github.com/iyuangang/.vim.git ~/.vim ; vim

Wait plugin auto install. Enjoy your fast and beauty new vim.

Windows

Follow the steps below

  1. Download install.cmd.
  2. Run the cmd file as Administrator.
  3. Open Gvim. Enjoy it.

Instructions

Check update

:PlugUpdate

Add plugin

  1. Edit vim config file vim ~/.vim/vimrc
  2. add plugin into
call plug#begin('~/.vim/plugged')
...
call plug#end()

Delete plugin

  1. delete plugin config code in vimrc.
  2. :PlugClean

Remove this profile

rm -rf ~/.vim ; cp ~/.vimrcbak ~/.vimrc ; cp -r ~/.vimbak ~/.vim

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK