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.
- Host: GitHub
- URL: https://github.com/zafar-saleem/vimrc
- Owner: zafar-saleem
- Created: 2015-02-13T06:51:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-04-18T16:02:07.000Z (about 5 years ago)
- Last Synced: 2025-03-29T06:03:36.207Z (3 months ago)
- Topics: config, editor, ide, integrated-development-environment, text-editor, vim, vim-configs, vim-script, vimrc
- Language: Vim script
- Homepage: https://medium.com/@zafarsaleem/how-i-setup-my-vim-as-modern-text-editor-41a93ca4c7a8
- Size: 10.7 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)