An open API service indexing awesome lists of open source software.

https://github.com/zafar-saleem/vimrc

vimrc file to convert my vim into a complete text editor to write code.
https://github.com/zafar-saleem/vimrc

config editor ide integrated-development-environment text-editor vim vim-configs vim-script vimrc

Last synced: 2 months ago
JSON representation

vimrc file to convert my vim into a complete text editor to write code.

Awesome Lists containing this project

README

        

# vimrc
vimrc file to convert my vim editor into a complete IDE to write code.

Blog post on this file can be found [here](https://medium.com/@zafarsaleem/how-i-setup-my-vim-as-modern-text-editor-41a93ca4c7a8).

### List of plugins

- [gmarik/Vundle.vim](https://github.com/VundleVim/Vundle.vim)
- [jelera/vim-javascript-syntax](https://github.com/jelera/vim-javascript-syntax)
- [moll/vim-node](https://github.com/moll/vim-node)
- [maksimr/vim-jsbeautify](https://github.com/maksimr/vim-jsbeautify)
- [einars/js-beautify](https://github.com/beautify-web/js-beautify)
- [scrooloose/nerdtree](https://github.com/scrooloose/nerdtree)
- [pangloss/vim-javascript](https://github.com/pangloss/vim-javascript)
- [wincent/command-t](https://github.com/wincent/command-t)
- [JulesWang/css.vim](https://github.com/JulesWang/css.vim)
- [cakebaker/scss-syntax.vim](https://github.com/cakebaker/scss-syntax.vim)
- [elzr/vim-json](https://github.com/elzr/vim-json)
- [kien/ctrlp.vim](https://github.com/kien/ctrlp.vim)
- [mattn/emmet-vim](https://github.com/mattn/emmet-vim)
- [terryma/vim-multiple-cursors](https://github.com/terryma/vim-multiple-cursors)
- [leafgarland/typescript-vim](https://github.com/leafgarland/typescript-vim)
- [jason0x43/vim-js-indent](https://github.com/jason0x43/vim-js-indent)
- [szw/vim-g](https://github.com/szw/vim-g)
- [scrooloose/nerdcommenter](https://github.com/scrooloose/nerdcommenter)