Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xadillax/_vimrc
XadillaX' Vimrc.
https://github.com/xadillax/_vimrc
dotfiles vimrc
Last synced: 5 days ago
JSON representation
XadillaX' Vimrc.
- Host: GitHub
- URL: https://github.com/xadillax/_vimrc
- Owner: XadillaX
- Created: 2014-06-01T21:18:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-23T02:44:47.000Z (6 months ago)
- Last Synced: 2024-11-01T09:51:35.465Z (12 days ago)
- Topics: dotfiles, vimrc
- Language: Vim Script
- Homepage:
- Size: 168 KB
- Stars: 7
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# XadillaX' Vimrc
## Installation
Clone the project first:
```sh
$ git clone [email protected]:XadillaX/_vimrc.git
```Install [dein.vim](https://github.com/Shougo/dein.vim).
```sh
$ curl https://raw.githubusercontent.com/Shougo/dein.vim/master/bin/installer.sh > installer.sh
$ sh ./installer.sh ~/.cache/dein
$ rm installer.sh
```Open Neovim and run:
```viml
:call dein#clear_state()
:call dein#install()
```Enjoy!