Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elazar/dotvim
My .vim directory
https://github.com/elazar/dotvim
Last synced: 24 days ago
JSON representation
My .vim directory
- Host: GitHub
- URL: https://github.com/elazar/dotvim
- Owner: elazar
- Created: 2011-05-15T17:00:43.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2023-11-23T15:32:26.000Z (about 1 year ago)
- Last Synced: 2024-11-01T00:11:50.838Z (2 months ago)
- Language: Vim Script
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotvim
I use this configuration with [Neovim](https://neovim.io).
## Installation
Clone this repository locally.
```sh
[[ -d ~/.config ]] || mkdir ~/.config
[[ -d ~/.config/nvim ]] || git clone [email protected]:elazar/dotvim.git ~/.config/nvim
```[Install vim-plug](https://github.com/junegunn/vim-plug#installation).
```sh
[[ -f ~/.config/nvim/autoload/plug.vim ]] || curl -fLo ~/.config/nvim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
```Open Neovim and install plugins.
```
:PlugInstall
```