Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamnieto/myvimrc
Here is my .vimrc
https://github.com/adamnieto/myvimrc
Last synced: 1 day ago
JSON representation
Here is my .vimrc
- Host: GitHub
- URL: https://github.com/adamnieto/myvimrc
- Owner: adamnieto
- Created: 2017-01-19T18:34:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-23T03:55:25.000Z (almost 7 years ago)
- Last Synced: 2024-04-16T04:54:14.582Z (7 months ago)
- Language: Vim script
- Homepage:
- Size: 4.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setting up your .vimrc file
1. Make sure you install Vundle. You can do that by executing the following command:
```git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim```2. Copy over the directory `bundle` in this repository to your `~/.vim/` directory.
3. Add the .vimrc file in this repository to your root directory.
4. After you add it, execute the following command `vim +PluginInstall +qall`. You can also just go into vim and do `esc` then `:PluginInstall`. Press enter.
5. Done!