# vimrc **Repository Path**: gricks/vimrc ## Basic Information - **Project Name**: vimrc - **Description**: A vimrc file, Using vundle manager it. - **Primary Language**: VimL - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 12 - **Forks**: 1 - **Created**: 2016-06-01 - **Last Updated**: 2025-02-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Quick Start ``` ./install.sh vim :PluginInstall :GoInstallBinaries ``` # YouCompleteMe If you want to use you complete me plugin. you can run this: ``` cd ~/.vim/bundle/YouCompleteMe; ./install.py --gocode-completer ``` If your plugin does not work, try `go install` gocode need it. # Gocode If you can not download golang.org/x, you can try: ``` git clone https://github.com/golang/net.git $GOPATH/src/github.com/golang/net git clone https://github.com/golang/sys.git $GOPATH/src/github.com/golang/sys git clone https://github.com/golang/tools.git $GOPATH/src/github.com/golang/tools mkdir -p $GOPATH/src/golang.org/x ln -sf $GOPATH/src/github.com/golang $GOPATH/src/golang.org/x ``` # Vundle About [vundle](https://github.com/VundleVim/Vundle.vim), you can visit in github for more infomation. # Batch File ``` :args **/*.sh :argdo set ff=unix :argdo w :q! ``` # Bookmark ``` mm `m ``` # Font Consolas, Fira Code, Cascadia Code