https://github.com/gstavrinos/vimrc
Making the vim editor, my editor. :rocket:
https://github.com/gstavrinos/vimrc
vim vimrc vimrc-configuration
Last synced: about 12 hours ago
JSON representation
Making the vim editor, my editor. :rocket:
- Host: GitHub
- URL: https://github.com/gstavrinos/vimrc
- Owner: gstavrinos
- Created: 2019-12-17T10:54:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-23T23:51:07.000Z (over 2 years ago)
- Last Synced: 2023-11-24T00:29:03.057Z (over 2 years ago)
- Topics: vim, vimrc, vimrc-configuration
- Language: Vim Script
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Install vim-plug
`curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim`
## Install without git
`wget https://raw.githubusercontent.com/gstavrinos/vimrc/master/.vimrc -O ~/.vimrc`
## Download the required plugin files
* `vim ~/.vimrc`
* `:PlugInstall`