Skip to content

jneo8/vim_settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 

Repository files navigation

Here is my vim settings.

!!Notice

This porject will be merge to my dotfile. And will not be update anymore. Please switch to my dot file. Thanks.


  • Step 1

macos

brew remove vim ;brew cleanup; brew install vim --with-python3 --without-python --with-ruby --with-override-system-vi

Ubuntu

sudo apt-get cleanup; sudo apt-get install vim; sudo apt-get install vim-nox;
  • Step 2, install vim-plug

See: https://github.com/junegunn/vim-plug

  • For fzf, Install Ag

See: https://github.com/ggreer/the_silver_searcher

  • Step 3, Get vimrc && Run PlugInstall
wget -q https://raw.githubusercontent.com/jneo8/vim_settings/master/vimrc -O ~/.vimrc; vim +'PlugInstall --sync' +qa;

Options

  • NERD-Fronts

https://github.com/ryanoasis/nerd-fonts#option-3-install-script

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published