/vim2

My newer vim setup

Primary LanguageVim script

Overview

This is my current vim setup.

To setup on a new machine:

  1. Clone this repo
  2. Open vim and run PluginInstall to install all the plugins
  3. For neovim you may also need to run UpdateRemotePlugins

That's it for basic functionality.

Language Specific

C++

Completions

For C++ completion you will also want to clone and build cquery, the Language Server Protocol server for C++ completions, fixes, etc. After that you will also have to change into the ~/.vim/bundle/LanguageClient-neovim directory and run bash install.sh.

LLDB Integration

You will have to cd .vim/bundle/nvim-gdb && ./install.sh and you should then be able to use LLDB from inside nvim.