Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 459 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 459 Bytes

Requirements

  • Vim (obviously). Neovim also works.
  • clangd for C/C++ autocomplete
  • python-language-server for Python autocomplete

Installation

Simply run bootstrap.sh. You can get it directly from Github by running the following command:

curl https://raw.githubusercontent.com/antoinealb/dotvim/master/bootstrap.sh | sh

If you want Python omnicompletion you should also install the jedi package in the virtualenv you are working in.