├── README.md ├── colors └── default.vim ├── ftdetect └── vimrc.vim └── plugin └── vimrc.vim /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheerun/vimrc/HEAD/README.md -------------------------------------------------------------------------------- /colors/default.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheerun/vimrc/HEAD/colors/default.vim -------------------------------------------------------------------------------- /ftdetect/vimrc.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheerun/vimrc/HEAD/ftdetect/vimrc.vim -------------------------------------------------------------------------------- /plugin/vimrc.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheerun/vimrc/HEAD/plugin/vimrc.vim --------------------------------------------------------------------------------