Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danerwilliams/dotvim
my vim config
https://github.com/danerwilliams/dotvim
Last synced: 10 days ago
JSON representation
my vim config
- Host: GitHub
- URL: https://github.com/danerwilliams/dotvim
- Owner: danerwilliams
- Created: 2020-02-02T03:09:56.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-26T17:51:48.000Z (over 3 years ago)
- Last Synced: 2023-03-04T14:20:20.481Z (over 1 year ago)
- Language: Vim script
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotVim
My vim configuration
## Installation
Navigate to home directory
`cd ~`
Delete or rename current .vim folder if you have one
`git clone http://github.com/danerwilliams/dotVim.git ~/.vim`
Delete or rename your preexisting .vimrc to allow for symlink to be created in home directory
`ln -s ~/.vim/vimrc ~/.vimrc`
Navigate to .vim directory
`cd ~/.vim`
Initiatialize and update submodules
`git submodule init`
`git submodule update`
Run:
`vim +PluginInstall +qall`