Skip to content

jacksoom/vim-conf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

perfect support Go and Rust, and used some perfect Plugin (universal-ctags, YouCompleteMe, airline, fzf and so on.),
MacVim app is better than Iterm2
enjoy it!

Install

    $ git clone https://github.com/jacksoom/vim-conf.git
    $ defaults write -g InitialKeyRepeat -int 10 # normal minimum is 15 (225 ms), speeding your keyboard
    $ defaults write -g KeyRepeat -int 1 # normal minimum is 2 (30 ms)
    $ ln -s vim-conf/init.vim $HOME/.vimrc
    $ ln -s vim-conf/ $HOME/.vim
    $ vim  # install some vundle package ,  :VundleInstall
    $ cd ~/.vim/bundle/YouCompleteMe  # install ycm, 
    $ python3 install.py --go-completer # go support, guide: ycm-core.github.io/YouCompleteMe
    $ python3 install.py --rust-completer # rust rupport
    $ # install ctags (https://github.com/universal-ctags/ctags).?target=https://github.com
    $ # you should modify the binary file URL of my personal relative paths in the .vimrc

Env

vim 8.0+

Preview

preview

About

vimrc conf , Perfect support Go and Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors