PMarcL / vim_config

Personnal Vim configuration file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim_config

Personnal Vim configuration file.

Clone this repository and add the following to your .vimrc file:

so /path/to/this/repo/vim_config.vim

vim-plug

I use vim-plug to manage plugins. Run the following to install this plugin manager:

$ curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
     https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

Run the following in vim to manage plugins:

:PlugInstall
:PlugUpdate

clang-format

Install clang-format as follows:

$ sudo apt-get update
$ sudo apt-get install clang-format

Conquer of Completion

This plugin requires nodejs >= 10.12. Install it as follows:

$ curl -sL install-node.now.sh/lts | sudo bash

For C++, consider installing the coc-clangd.

:CocInstall coc-clangd

To generate the compilation database with Bazel, look up bazel-compilation-database.

About

Personnal Vim configuration file


Languages

Language:Vim Script 100.0%