https://github.com/brianschubert/.vim
Personal VIM configuration
https://github.com/brianschubert/.vim
Last synced: 7 months ago
JSON representation
Personal VIM configuration
- Host: GitHub
- URL: https://github.com/brianschubert/.vim
- Owner: brianschubert
- Created: 2020-03-23T16:21:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-28T18:22:40.000Z (over 6 years ago)
- Last Synced: 2025-01-29T22:46:42.384Z (over 1 year ago)
- Language: Vim script
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
.vim - Personal VIM Configuration
=================================
This is a living repository for my current VIM configuration. Contents are subject to change erratically.
Reminders
---------
- Read `this guide`_ for a summary of how to track vim plugins in vcs
- To install the ``author/foo.vim`` plugin:
.. code-block:: shell
$ git submodule add https://github.com/author/foo.git pack/plugins/start/foo
- To clone to a new machine:
.. code-block:: shell
$ git clone --recursive https://github.com/blueschu/.vim.git
- If desired, install `fzf`_! Note that if ``fzf`` is not installed, this plugin will still be loaded, but all mappings will fail if used.
- If desired, install `YouCompleteMe`_. Note that this plugin will not be added unless ycm has been installed.
.. _This guide: https://gist.github.com/manasthakur/d4dc9a610884c60d944a4dd97f0b3560
.. _fzf: https://github.com/junegunn/fzf
.. _YouCompleteMe: https://github.com/ycm-core/YouCompleteMe