https://github.com/mudge/dotfiles
My various configuration files (.vimrc, etc.)
https://github.com/mudge/dotfiles
Last synced: 4 months ago
JSON representation
My various configuration files (.vimrc, etc.)
- Host: GitHub
- URL: https://github.com/mudge/dotfiles
- Owner: mudge
- Created: 2010-05-02T10:52:10.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2020-11-14T14:18:40.000Z (over 5 years ago)
- Last Synced: 2025-03-07T16:55:27.042Z (over 1 year ago)
- Language: Vim script
- Homepage:
- Size: 357 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My configuration files for vim, etc. that I use on various machines.
A lot of my .vimrc is lifted from [Ryan Tomayko's configuration][rtomayko]
so thanks to him for providing such an invaluable resource.
[rtomayko]: http://github.com/rtomayko/dotfiles
## Usage
As my Vim plugins are managed with [minpac][], you will first need to install
it like so:
$ git clone https://github.com/k-takata/minpac.git \
~/.vim/pack/minpac/opt/minpac
And then run the following command inside vim:
:call minpac#update()
[minpac]: https://github.com/k-takata/minpac