Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

pct/vimrc-core

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#vimrc-core (use neovim)

###One Step Install (Do you trust me?) command:

$ wget --no-check-certificate https://github.com/pct/vimrc-core/raw/master/install.sh -O - | sh

The origin .vim and .vimrc will be renamed to .vim.yours and .vimrc.yours

###The manual way to install vimrc-core

  1. clone to your home directory:

     $ git clone git://github.com/pct/vimrc-core.git
    
  2. update vimrc-core:

     $ cd vimrc-core; ./update.sh; cd -
    
  3. link .vimrc and .vim from vimrc-core:

     $ ln -s vimrc-core/.vimrc
    
     $ ln -s vimrc-core/.vim
    
  4. use vim-plug:

    $ curl -fLo ~/.vim/autoload/plug.vim --create-dirs
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

    $ vim +PlugInstall +qall

###How to update

$ cd vimrc-core

$ ./update.sh

###Create your own vim environment

I've using Vim-Plug now.

FAQ

  1. Check your vim environment has +python and +ruby or not, just type:

     $ vim --version
    

Tips

  1. :NERDTree
  2. :FZF (for finding files)

About

My Clean .vimrc and .vim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.