Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mannuelf/dotvimrc
My vimrc file, so we can take it anywhere
https://github.com/mannuelf/dotvimrc
Last synced: about 14 hours ago
JSON representation
My vimrc file, so we can take it anywhere
- Host: GitHub
- URL: https://github.com/mannuelf/dotvimrc
- Owner: mannuelf
- License: mit
- Created: 2020-06-01T13:29:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-02T05:03:47.000Z (almost 2 years ago)
- Last Synced: 2024-11-07T12:45:20.846Z (2 months ago)
- Language: Vim Script
- Size: 863 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# .vimrc
My vimrc file, so we can take it anywhere
## How to use
1. fork repo
2. clone repo
3. delete your local .vimrc
4. symlink to this .vimrc and you should be good to go.
5. Install VIM-PLUG: [vim-plug](https://github.com/junegunn/vim-plug)
6. Open VIM ignore errors about cant find plugins, because on first launch you have no plugins installed and your vimrc is calling plugins, you have to get in and install plugins... so run the install command below.### Install VIM-PLUG
```bash
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
``````bash
:PluginInstall
```
If you get any errors in VIM do:```bash
:PlugStatus
```
... and follow helpfull commands.### Add symlink
```bash
ln -s $HOME/workspace/dotvimrc/.vimrc $HOME/.vimrc
```## Screenshot
This is what you gonna get =>
![screenshot](./screenshot.png)