/config-vim

my vim setup

Primary LanguageVim Script

config-vim

my vim setup

Bootstrap

  • git clone this repo to ~/.vim
  • cd into it
  • ./boot.sh

Approach

To Read

To Consider

  • completion
    • Valloric/YouCompleteMe
      • supercedes supertab
    • ervandew/supertab
    • marijnh/tern_for_vim
    • Shougo/neocomplcache.vim
  • snippets
    • garbas/vim-snipmate (w honza/vim-snippets)
    • Shougo/neocomplcache.vim
  • kien/ctrlp.vim -- load files from the file system (with regex and fuzzy find)
  • syntaxes
    • arduino
    • markdown

Influences