Skip to content

adam6313/vimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Vimrc

This is my vim configuration. for basic use and go, js develop.

bundle

the bundles I installed as below:

  • vim-pathogen: plugin manager that i choose

  • nerdtree: filesystem explorer

  • tagbar

  • tagbar-phpctags

    run make at bundle/tagbar-phpctags.vim to install phpctags (already write into install.sh)

  • align

    \t= Align assignments.
    \t, Align on commas.
    \tsp Align on whitespace.
    \acom Align comments.
    \Htd Align HTML tables.

  • nerdcommmenter

    \cc Add general comment.
    \cm Add block comment.
    \cu Remove comment.

  • supertab: use for all insert completion

  • phpfolding

  • indenthtml

  • SearchComplete

  • ctrlp: nice file finder

  • vim-surround

  • autoclose

  • matchit

  • vim-airline

    use PowerlineSymbols

    if you want to use powerline symbols, just add let g:airline_powerline_fonts = 1 to vimrc.

    install font with powerline font installation.

  • vim-fugitive: a beautiful and colorful status bar

  • syntastic: syntax checker

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published