Skip to content

iyuangang/.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.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

The full choice of style options is available only when using Nerd Fonts.

Recommended: Meslo Nerd Font patched for FSCVim

Download these four ttf files:

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

Releases

No releases published

Packages

No packages published