Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scarlehoff/dotvim
Real programmers use Vim :P
https://github.com/scarlehoff/dotvim
Last synced: 19 days ago
JSON representation
Real programmers use Vim :P
- Host: GitHub
- URL: https://github.com/scarlehoff/dotvim
- Owner: scarlehoff
- Created: 2016-07-20T19:52:03.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T21:19:25.000Z (3 months ago)
- Last Synced: 2024-10-09T12:54:43.955Z (30 days ago)
- Language: Vim Script
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Just a personal .vimrc file to help me have my vim set up no matter where I am.
To use it with neovim it should be enough with adding
```
set runtimepath^=~/.vim runtimepath+=~/.vim/after
let &packpath = &runtimepath
source ~/.vim/vimrc
```
to `~/.config/nvim/init.vim`.