https://github.com/oxyc/vimrc
My vim configurations
https://github.com/oxyc/vimrc
dotfiles neovim vim vim-configuration vimrc
Last synced: about 1 month ago
JSON representation
My vim configurations
- Host: GitHub
- URL: https://github.com/oxyc/vimrc
- Owner: oxyc
- Created: 2011-10-09T16:47:05.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2019-01-10T15:10:37.000Z (over 7 years ago)
- Last Synced: 2025-02-10T06:24:23.852Z (over 1 year ago)
- Topics: dotfiles, neovim, vim, vim-configuration, vimrc
- Language: Vim script
- Homepage:
- Size: 959 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Dei: dein-neovim.toml
Awesome Lists containing this project
README
Primarily tested on macOS but should work on Linux as well. I'm currently in the process of switching over to [neovim](https://neovim.io/) so some features will eventually be dropped as I don't want to maintain multiple scenarios. The aim is that it simply falls back to less features when using with older vim versions but this is very rarely tested so don't count on it working.
# Installation
git clone https://github.com/oxyc/vimrc.git && cd vimrc && make install
To install neovim plugins and `init.vim`
make install-nvim
*See also*:
- [`oxyc/mac-playbook`](https://github.com/oxyc/mac-playbook) (the playbook used to provision my Macbook)
- [`oxyc/dotfiles`](https://github.com/oxyc/dotfiles) (my dotfiles)
### Screenshot

### Inspired/Stolen by
- [Shougo](https://github.com/Shougo/shougo-s-github)
- [Junegunn Choi](https://github.com/junegunn/dotfiles)
- [Gianni Chiappetta](https://github.com/gf3/dotfiles)
- [Mathias Bynens](https://github.com/mathiasbynens/dotfiles)
- [Steve Losh](https://github.com/sjl/dotfiles)
- [Derek Wyatt](https://github.com/derekwyatt/vim-config)
and probably many others.