8000 GitHub - tungel/.vim: My .vim directory
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tungel/.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My ~/.vim directory

Compile vimproc after cloning this repo:

$ cd ~/.vim/bundle/vimproc.vim
$ make

Problem with updating subtree

For some reason, running git subtree pull ... resulted in error

Can't squash-merge: 'bundle/vim-fugitive' was never added.

Fix:

git rm -rf bundle/vim-fugitive
git subtree add --prefix bundle/vim-fugitive https://github.com/tpope/vim-fugitive.git master --squash

About

My .vim directory

Resources

Stars

Watchers

Forks

Packages

No packages published
0