Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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"