Skip to content

Kazanir/dotvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation:

    git clone https://github.com/Kazanir/dotvim.git ~/.vim

Create symlinks:

    ln -s ~/.vim/.vimrc ~/.vimrc

Switch to the `~/.vim` directory, and fetch submodules:

    cd ~/.vim
    git submodule init
    git submodule update

Using this means that to install a new Pathogen bundle you use the following command instead of a simple clone:

    cd ~/.vim
    git submodule add git@github.com:barguy/foobundle.vim.git bundle/foobundle.vim

Troubleshooting:
    Q) The status line has unrecognized characters!
    A) You need to patch your font to work with vim-powerline. Go to:

       https://github.com/fatih/subvim/tree/master/vim/base/vim-powerline/fontpatcher

       for instructions on how to do this. Alternatively, remove the line:

       let g:Powerline_symbols="fancy"

       from .vimrc to enable standard symbols.


About

Vim Config (stolen from @jhaskell)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 87.0%
  • Python 13.0%