Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/monokrome/vim-user-configuration
My user bundle for vim.
https://github.com/monokrome/vim-user-configuration
Last synced: 12 days ago
JSON representation
My user bundle for vim.
- Host: GitHub
- URL: https://github.com/monokrome/vim-user-configuration
- Owner: monokrome
- Created: 2012-02-03T20:18:41.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T18:20:59.000Z (almost 2 years ago)
- Last Synced: 2024-10-17T10:14:47.007Z (29 days ago)
- Language: Vim Script
- Homepage: http://monokro.me
- Size: 165 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is part of my Vim configuration, which uses vim-plug. If you are interested in
using this - please install vim-plug by following [the documentation here](vplg).After installing vim-plug, you can add the following to your vimrc in order to
get started using my configuration:Plug 'monokrome/vim-user-configuration'
Inside Vim, run `:PlugInstall` to install it - and then restart Vim. You're
done.If you are interested in seeing an example of how this works, here is
[my vimrc][vrc].[vplg]: https://github.com/junegunn/vim-plug "vim-plug"
[vrc]: https://github.com/monokrome/vim-config/tree/master/vimrc "my vimrc"