Giter Club home page Giter Club logo

.vim's Introduction

.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

.vim's People

Contributors

iyuangang avatar yg-mb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

.vim's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.