Skip to content

lqhl/.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lqhl's VIM Configuration

Installation

Run in the terminal

git clone https://github.com/lqhl/.vim $HOME/.vim
# install vim-plug
curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
$HOME/.vim/install.sh

Install plugins in vim with vim-plug:

:PlugInstall

If you upgrade this config from v2, you need to clean and reinstall some plugins:

:PlugClean
:PlugInstall

Requirements

My config works with Vim7. But to enable deoplete.nvim, you need Neovim or Vim8 with python3 support.

Credits

basic.vim is taken from The Ultimate vimrc. And I found many useful snippets and plugins from it.

To manage Vim plugins, I use vim-plug, a minimalist Vim plugin manager.

History

This is v3 of my vim configuration:

About

lqhl's vim configuration

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors