Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nvie/vimrc
My personal Neovim configuration, with a lot of love put into it.
https://github.com/nvie/vimrc
Last synced: 4 days ago
JSON representation
My personal Neovim configuration, with a lot of love put into it.
- Host: GitHub
- URL: https://github.com/nvie/vimrc
- Owner: nvie
- Created: 2010-06-01T10:20:10.000Z (over 14 years ago)
- Default Branch: main
- Last Pushed: 2024-06-11T10:19:09.000Z (8 months ago)
- Last Synced: 2024-12-06T14:23:18.665Z (2 months ago)
- Language: Vim Script
- Homepage:
- Size: 2.13 MB
- Stars: 553
- Watchers: 31
- Forks: 171
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - nvie/vimrc - My personal Neovim configuration, with a lot of love put into it. (Vim Script)
- awesome-vimrc - nvie/vimrc
- awesome-vimrc - nvie/vimrc
README
# Installation
Symlink ~/.config/nvim to this project.
$ mkdir -p ~.config
$ cd ~/.config
$ ln -s ~/Projects/vimrc/nvim
$ nvim ~/.config/nvim/init.vimAnd run: `:PlugInstall`.