https://github.com/michaelmior/vimrc
My vim configuration files
https://github.com/michaelmior/vimrc
dotfiles vim vimrc
Last synced: 6 months ago
JSON representation
My vim configuration files
- Host: GitHub
- URL: https://github.com/michaelmior/vimrc
- Owner: michaelmior
- Created: 2012-03-19T04:09:20.000Z (over 14 years ago)
- Default Branch: main
- Last Pushed: 2023-03-03T12:24:15.000Z (over 3 years ago)
- Last Synced: 2025-02-01T21:44:54.479Z (over 1 year ago)
- Topics: dotfiles, vim, vimrc
- Language: Vim Script
- Size: 210 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vimrc
[](https://travis-ci.com/michaelmior/vimrc)
This is my personal vim configuration.
In an effort to make it potentially usable by others, some basic installation steps are given below.
## Installation
# Clone the repository into the correct directory
git clone --recursive https://github.com/michaelmior/vimrc ~/.vim
# Create a necessary symlink for the main configuration file
ln -s ~/.vim/vimrc ~/.vimrc
# Use the plugin manager to install the plugins
vim -E -u NONE -S ~/.vim/plugins.vim +PlugInstall +qall > /dev/null