Skip to content

m-sugawara/Dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

vimrc setting

Usage

  1. clone neobundle.vim
mkdir -p ~/.vim/bundle
git clone https://github.com/Shougo/neobundle.vim ~/.vim/bundle/neobundle.vim
  1. setting or clone .vimrc

  2. open vim and :NeoBundleInstall

###Option

####-bash: vim: command not found

# yum -y install vim-enhanced

####if you'd like to change command vi to use vim

vim ~/.bashrc

add this

alias vi='vim'

source .bashrc

About

vimrc setting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors