Skip to content

lakehouse-david/dotvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Linux/Unix Installation

Run the following command to make the dotvim effective:

curl -s https://raw.githubusercontent.com/LKI/dotvim/master/install.sh | sh

Windows Installation

Run the following command to make the dotvim effective:

git clone --recurse-submodules git://github.com/LKI/dotvim.git ~/vimfiles
copy ~/vimfiles/vimrc ~/_vimrc
vim +PluginInstall +qall

Others

  • pre-requires
    • powerline requires python 2.6, 2.7 or 3.0 above in your path
    • also, ctags is required in your path
    • if you're using gvim, make sure python/vim are matched in bit version
    • I use Fira Code for displaying special characters
  • how to start
    • if you're a beginner, just clone it, and make it rock
    • check usage for some useful shortcuts
    • feel free to fork your own dotvim repository, make changes and send a pull request
  • about this dotvim

About

let's vim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Vim Script 96.2%
  • Shell 3.8%