My personal Vim configuration.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 799 B

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
12345678910111213141516171819
  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 | Activation
  9. | ------ | ----------- | ----------
  10. | [w0rp/ale](https://github.com/w0rp/ale) | Asynchronous linting/fixing for Vim and Language Server Protocol (LSP) integration | _Immediate_
  11. | [neoclide/coc.vim](https://github.com/neoclide/coc.nvim) | Intellisense engine for Vim 8 & neovim | `make coc`
  12. | [suan/vim-instant-markdown](https://github.com/suan/vim-instant-markdown) | Shows a preview of your Markdown file in your browser | `make markdown`