qliang / vimrc

vimrc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vimrc

The vimrc file from 2011 to 2019.

https://raw.githubusercontent.com/quanhengzhuang/vimrc/master/vimrc

Usage

Usage 1

Replace your .vimrc

curl https://raw.githubusercontent.com/quanhengzhuang/vimrc/master/vimrc > ~/.vimrc

Usage 2

Git clone and create a symbol.

git clone https://github.com/quanhengzhuang/vimrc.git
ln -sf vimrc ~/.vimrc

Install vim-plug

  1. Use the following command to install vim-plug (https://github.com/junegunn/vim-plug):

:InstallVimPlug

  1. Use the following command to install the specified plugins:

:PlugInstall

Specified Plugins

FileFinder is used to find and manage files based on the system's find command more quickly.

https://github.com/quanhengzhuang/vim-filefinder

Tabplus is used to enhance and extend the functionality of vim native tabs.

https://github.com/quanhengzhuang/vim-tabplus

HiWords is used to highlight any keywords in the current editor. (similar to mark.vim)

https://github.com/quanhengzhuang/vim-hiwords

FindTags is used for code jump, base on ctags file.

https://github.com/quanhengzhuang/vim-findtags

AutoBackup is used to automatically back up edited files to the Home directory.

https://github.com/quanhengzhuang/vim-autobackup

SudoWriter is used to save the current file with root privileges.

https://github.com/quanhengzhuang/vim-sudowriter

Vimrc for IDEA

https://github.com/quanhengzhuang/vimrc/blob/master/ideavimrc

Raw: https://raw.githubusercontent.com/quanhengzhuang/vimrc/master/ideavimrc

About

vimrc


Languages

Language:Vim Script 100.0%