All Projects → zhenlonghe → Vimrc

zhenlonghe / Vimrc

Vim configurations and plugins

Labels

Projects that are alternatives of or similar to Vimrc

Vim Vide
Lightest vimrc, while strong enough. 最轻的vim配置,却足够强!
Stars: ✭ 649 (+814.08%)
Mutual labels:  vimrc
Vimrc
A vim configuration (supports Termux)
Stars: ✭ 20 (-71.83%)
Mutual labels:  vimrc
Vimrc
💺 Options for my preferred text editor.
Stars: ✭ 43 (-39.44%)
Mutual labels:  vimrc
Idiomatic Vimrc
Guidelines for sculpting your very own ~/.vimrc.
Stars: ✭ 791 (+1014.08%)
Mutual labels:  vimrc
Sasaya Vim
My vim configurations.
Stars: ✭ 11 (-84.51%)
Mutual labels:  vimrc
Ale Sensible
Pretty, responsive and smooth defaults for a sane ALE, gets you started in 30 seconds
Stars: ✭ 30 (-57.75%)
Mutual labels:  vimrc
K Vim
vim配置
Stars: ✭ 4,834 (+6708.45%)
Mutual labels:  vimrc
Dotfiles
dotfiles managed by GNU Stow
Stars: ✭ 52 (-26.76%)
Mutual labels:  vimrc
Vimrc.io
📝 Create useful .vimrc file for your vim editor
Stars: ✭ 14 (-80.28%)
Mutual labels:  vimrc
Vim.ana
The portable Vim IDE with all the trimmings, one-click installable on any standard box.
Stars: ✭ 37 (-47.89%)
Mutual labels:  vimrc
Thinkvim
Vim configuration in the 21st century
Stars: ✭ 832 (+1071.83%)
Mutual labels:  vimrc
Takumi
Takumi, clean and elegant dotfiles
Stars: ✭ 22 (-69.01%)
Mutual labels:  vimrc
Vimrc
📝 Vim Configuration for nerds with vim-plug
Stars: ✭ 33 (-53.52%)
Mutual labels:  vimrc
Nvim
The Ultimate NeoVim Config for Colemak Users
Stars: ✭ 754 (+961.97%)
Mutual labels:  vimrc
Dotfiles
🚀 My setup for linux kernel based operating systems. Managed as a bare repository
Stars: ✭ 44 (-38.03%)
Mutual labels:  vimrc
Dotfiles
💾 Ian's dotfiles, utils, and Zsh/Vim/tmux configs
Stars: ✭ 554 (+680.28%)
Mutual labels:  vimrc
Unitial
🖥 My rc / configs / dotfiles 📂
Stars: ✭ 29 (-59.15%)
Mutual labels:  vimrc
Dotfiles
📃 My configuration files: Vim, Bash, JavaScript, tmux
Stars: ✭ 59 (-16.9%)
Mutual labels:  vimrc
Ideavimrc
IntelliJ IDEA的VIM键位配置,快速配置USTC源
Stars: ✭ 47 (-33.8%)
Mutual labels:  vimrc
Dotfiles
Get ready for dotfiles. Contains i3, i3blocks, rofi, dunst, picom, vim, tmux, and zsh.
Stars: ✭ 985 (+1287.32%)
Mutual labels:  vimrc

This zhenlong's Vimrc.

Here is my Vim configurations and plugins which I use in my daily job, Vim-plug helps me manage all my plugins.

Usage

Installation and Requisites and link the vimrc to .vim/vimrc

  • Backup original vimrc and clone files to your home directory:

    mv ~/.vimrc ~/.vimrc.original
    git clone https://github.com/zhenlonghe/Vimrc.git ~/.vim && \
    curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
     https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim && \
    ln -s .vim/vimrc .vimrc
    
  • Open vim and execute the :PlugInstall to get latest version modules.

Update

  • Update Plugs :PlugUpdate

  • Update vim-plug self :PlugUpgrade

Contact

Enjoy it, and if you have any question or comment, feel free to contact me. Happy Coding :)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].