|
123456789101112131415161718 |
- # Vim configuration
-
- My personnal Vim configuration.
-
- ## How to install
-
- Just clone this repository, `cd` to the clone and run `make install`.
-
- Note: if a configuration already exists, it will be backed up.
-
- ## Installed plugins
-
- The following plugins are installed with [Vundle](https://github.com/VundleVim/Vundle.vim):
-
- | Plugin | Description |
- | ------ | ----------- |
- | [w0rp/ale](https://github.com/w0rp/ale) | Asynchronous linting/fixing for Vim and Language Server Protocol (LSP) integration
-
|