Skip to content

Shephexd/VimSettings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

settings

settings i used for development environments

VIM setting files

vim_screenshot

DEMO and Install guide

vim_demo

$ git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim - git vundle install
$ git clone https://github.com/shephexd/settings.git
$ mv settings/vim/colors/ ~/.vim/ - Theme setting
$ mv settings/vim/vimrc ~/.vimrc- vim setting file
$ vi ~/.vimrc
:PluginInstall In the vim

Directories

  • ~/.vimrc - setting file

  • ~/.vim/bundle/Vundle.vim - Bundle file

  • ~/.vim/colors/ - Color themes

Install command : :PluginInstall in .vimrc

vim_PluginInstall

color themes

http://cocopon.me/app/vim-color-gallery/

Plugins

  • 'gmarik/Vundle.vim' "required - For plugin install link

  • 'tpope/vim-fugitive' "required - For Git link

  • 'tmhedberg/SimpylFold' - Folding link

  • 'nvie/vim-flake8' - Syntax check link

  • 'scrooloose/nerdtree' - directory tree link

  • 'jistr/vim-nerdtree-tabs' - directory tree link

  • 'scrooloose/nerdcommenter' - directory tree link

  • 'Lokaltog/powerline', {'rtp': 'powerline/bindings/vim/'} - below status bar link

  • 'mattn/emmet-vim' - expanding abbreviations link

  • 'majutsushi/tagbar' - tagbar link

  • 'kien/ctrlp.vim' - File searching link

Commands

Folding : space

Run python : F5 python syntax check : F7
show tags : F8

show tree : Ctrl+n
Display move : Ctrl+h,j,k,l
Searching : Ctrl+p
Split Horizontal : :vs
Split Vertical : :sv

Issues

To solve value Error:unkown locale: UTF-8

export LC_ALL=en_US.UTF-8 and export LANG=en_US.UTF-8

*Tagbar : Ctags doesn't seem to be Exuberant Ctags! brew install ctags

About

settings i used for development environments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published