Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 863 Bytes

README.md

File metadata and controls

46 lines (28 loc) · 863 Bytes

dotfiles

A dotfile same development environment

gitconfig

Replace your .gitconfig in home directory with this gitconfig

vimrc

The .vimrc most work based on fisadev/fisa-vim-config. It works on OSX.

Focus on python, Node.js, Ruby syntax, autocomplete..

Screenshot

vimrc

Dependencies

It will install ctags-exuberant, pep8, flake8 and pyflakes.

$ make install

Installation

  • Replace vim configuration files in home directory.
$ make config
  • Install plugins: Launch vim and it will try to install plugins.

Update all plugins

$ make update

You can also run :PluginInstall! inside the vim to update the installed plugins.