Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elliotpenson/.vim
My Vim configuration
https://github.com/elliotpenson/.vim
Last synced: 5 days ago
JSON representation
My Vim configuration
- Host: GitHub
- URL: https://github.com/elliotpenson/.vim
- Owner: ElliotPenson
- Created: 2013-03-08T07:53:25.000Z (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2022-10-26T01:00:31.000Z (about 2 years ago)
- Last Synced: 2024-11-07T20:52:19.461Z (about 2 months ago)
- Language: Vim Script
- Homepage:
- Size: 95.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Vim Configuration
## Installation
Ensure you've installed Vim 8 or above.
```
vim --version
```Fork and then clone this repository, putting the `.vim` folder in your root
directory.```
git clone https://github.com/ElliotPenson/.vim.git
```## Plugins
This configuration uses [vim-plug](https://github.com/junegunn/vim-plug) for
plugin management. Vim will install `vim-plug` and all plugins on launch.* [onedark.vim](https://github.com/joshdick/onedark.vim)
* [fzf](https://github.com/junegunn/fzf.vim)
* [vim-signify](https://github.com/mhinz/vim-signify)
* [vim-polyglot](https://github.com/sheerun/vim-polyglot)
* [vim-go](https://github.com/sheerun/vim-go)
* [ale](https://github.com/dense-analysis/ale)
* [vim-commentary](https://github.com/tpope/vim-commentary)
* [vim-vinegar](https://github.com/tpope/vim-vinegar)