Skip to content

jonydev/vim-settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Quick Start

1.Introduction:

Installation requires [Git] and triggers [git clone] for each configured repository to ~/.vim/bundle/ by default. Curl is required for search.

  1. Set up [Vundle]:

git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

  1. Copy vimrc file to ~/.vimrc path

git clone [email protected]:jonydev/vim-settings.git ~/.vim/vim-settings ln -s ~/.vim/vim-settings/vimrc ~/.vimrc

  1. Run Bundle Install in vim

vim +PluginInstall +qall

  1. Install HomeBrew,GCC,Cmake to config youcompleteme
  • Go support: install Go and add --go-completer when calling install.py.
  • JavaScript and TypeScript support: install Node.js and npm and add --ts-completer when calling install.py.
  • Rust support: install Rust and add --rust-completer when calling install.py.
  • Java support: install JDK8 (version 8 required) and add --java-completer when calling install.py.
  1. Install all cd ~/.vim/bundle/YouCompleteMe ./install.py

About

my vim settings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published