Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dpakach/vi-config
vi configuration for python and javascript development
https://github.com/dpakach/vi-config
Last synced: 27 days ago
JSON representation
vi configuration for python and javascript development
- Host: GitHub
- URL: https://github.com/dpakach/vi-config
- Owner: dpakach
- Created: 2017-12-16T11:19:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-05T15:32:26.000Z (about 6 years ago)
- Last Synced: 2024-10-28T13:17:31.171Z (3 months ago)
- Language: Vim script
- Size: 8.79 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vi-config
vi configuration for python and javascript development# to install
- ## first install vundle
vundle is a plugin manager for vim used in this .vimrc file.
to install vundle open terminal and run following command:
:exclamation: you must have git installed to run this :exclamation:`git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim`
- ## now clone this file
to clone this .vimrc file into your computer open your terminal and run following command:
:exclamation: you must have git installed to run this :exclamation:
`git clone https://github.com/dpakach/vi-config ~/vi-config && cp ~/vi-config/.vimrc ~`- ## install all the plugins
to install all the plugins used in this .vimrc file:
- open your terminal
- open vim by typing typing `vim` and pressing enter
you might get some errors at first, ignore them for now
- run `:PluginInstall` in vim
- to run form terminal type `vim +PluginInstall +qall`
now you are all set to code in vim
# :sparkles:HAPPY VIMMING :sparkles: