My personal Vim configuration.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

README.md 501 B

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