Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mortonfox/myvimrc
My .vimrc
https://github.com/mortonfox/myvimrc
configuration rc-files vim vimrc
Last synced: 3 months ago
JSON representation
My .vimrc
- Host: GitHub
- URL: https://github.com/mortonfox/myvimrc
- Owner: mortonfox
- Created: 2011-03-23T18:39:16.000Z (almost 14 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T17:39:26.000Z (5 months ago)
- Last Synced: 2024-10-23T05:02:18.452Z (4 months ago)
- Topics: configuration, rc-files, vim, vimrc
- Language: Vim Script
- Homepage:
- Size: 494 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My _vimrc
## Introduction
This is my vimrc file, backed up on GitHub for safekeeping.
I named it ``_vimrc`` instead of ``.vimrc`` because I use this configuration
file under Windows too. Vim on other platforms can use ``_vimrc`` without any
problems, so this name is portable.## Plugins Needed
This vimrc uses [vim-plug](https://github.com/junegunn/vim-plug) to pull in
other plugins. It should auto-install vim-plug, but in case it doesn't, check
vim-plug's README for instructions.