Skip to content

Fork from famous amix vim config and will customize it for myself

Notifications You must be signed in to change notification settings

haohaolee/My-own-vimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

note that the install.sh cannot be used on windows (maybe available on cygwin)

step:
1. git clone http://github.com/haohaolee/My-own-vimrc.git ~/.vim        on linux OR
   git clone http://github.com/haohaolee/My-own-vimrc.git ~/vimfiles    on Windows "~" points to %userprofile%
2. run bash ~/.vim/install.sh linux          on linux to install OR
   manally create a _vimrc in %userprofile% dir and write
BEGIN============================================================
fun! MySys()
   return "windows"
endfun
source ~/vimfiles/vimrc
helptags ~/vimfiles/doc

END==============================================================


About

Fork from famous amix vim config and will customize it for myself

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published