Skip to content

dpsutton/vim-settings

Repository files navigation

Vim Settings

Personal vim settings. Poke around. Take what you want. Tell me you love me.

Install

  • Install font
  • Mac - [Monaco for Powerline](Monaco for Powerline.otf)
  • Windows - [DejaVu Sans Mono for Powerline](DejaVu Sans Mono for Powerline.ttf)
  • Install vundle with git clone https://github.com/gmarik/Vundle.vim.git PATH_TO_VUNDLE_FOLDER
  • Mac - ~/.vim/bundle/vundle
  • Windows - C:/Users/USERNAME/vimfiles/bundle/vundle
  • Open Vim and open your local Vim settings file with :e $MYVIMRC
  • Change your local Vim settings to vimrc, updating vimsettings_bundlepath and vimsettings_username
  • Run :so $MYVIMRC
  • Run :VimSettingsInit to install vim-settings and plugins within vim-settings

Pull Update

  • Run :PluginUpdate
  • Run :so $MYVIMRC
  • And if new bundles are added to vim-settings vim-settings.vim, run :PluginInstall

Make Update

  • You will need to have forked vim-settings to do this
  • Make changes to vim-settings
  • You can open the vim-settings settings file with :e $VIMSETTINGS
  • Commit and push the changes via git

About

Personal vim settings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published