antoinealb / dotvim

My Vim config files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

My Vim config files.


Languages

Language:Vim Script 74.9%Language:Vim Snippet 23.2%Language:Shell 1.9%