https://github.com/infoslack/vimfiles
My vim files
https://github.com/infoslack/vimfiles
vim vim-configuration vim-plugins vimrc
Last synced: over 1 year ago
JSON representation
My vim files
- Host: GitHub
- URL: https://github.com/infoslack/vimfiles
- Owner: infoslack
- Created: 2013-04-19T06:20:05.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2020-08-24T11:17:19.000Z (almost 6 years ago)
- Last Synced: 2025-01-23T04:28:15.684Z (over 1 year ago)
- Topics: vim, vim-configuration, vim-plugins, vimrc
- Language: Vim script
- Size: 110 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Infoslack Vim
My clean configuration for Vim
## Installation
Clone this repo into your home directory either as .vim
$ git clone https://github.com/infoslack/vimfiles.git ~/.vim
Then 'cd' into the repo and run make:
$ cd ~/.vim
$ make
Now you should create a new .vimrc file in your home directory that loads
the pre-configured one that comes bundled in this package. See this [example](https://github.com/infoslack/dotfiles/blob/master/dot/vimrc).
$ echo "source ~/.vim/vimrc" > ~/.vimrc