My personal Vim configuration.
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

README.md 492 B

há 5 anos
há 5 anos
há 5 anos
1234567891011121314151617
  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. | [vim-jsonpath](https://github.com/mogelbrod/vim-jsonpath) | Adds capabilities to explore a JSON file with JsonPath |