https://github.com/dgraham/dotvim
A tiny set of vim customizations.
https://github.com/dgraham/dotvim
vim vimrc
Last synced: 8 months ago
JSON representation
A tiny set of vim customizations.
- Host: GitHub
- URL: https://github.com/dgraham/dotvim
- Owner: dgraham
- License: mit
- Created: 2012-09-23T19:03:04.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T21:13:47.000Z (almost 2 years ago)
- Last Synced: 2024-09-13T10:55:56.464Z (almost 2 years ago)
- Topics: vim, vimrc
- Language: Vim Script
- Homepage:
- Size: 1.15 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vim configuration
A tiny set of vim customizations.

## Install
```
git clone https://github.com/dgraham/dotvim.git ~/.vim
cd ~/.vim
git submodule update --init
ln -s ~/.vim/vimrc ~/.vimrc
mkdir -p ~/.config/nvim
ln -s ~/.vim/lua/init.lua ~/.config/nvim/init.lua
```
## Update
```
cd ~/.vim
git pull
git submodule init
git submodule update
```