|
|
12 years ago | |
|---|---|---|
| .. | ||
| autoload | 12 years ago | |
| doc | 12 years ago | |
| plugin | 12 years ago | |
| tests | 12 years ago | |
| .editorconfig | 12 years ago | |
| .gitignore | 12 years ago | |
| .gitmodules | 12 years ago | |
| .travis.yml | 12 years ago | |
| CONTRIBUTORS | 12 years ago | |
| LICENSE | 12 years ago | |
| README.md | 12 years ago | |
| mkzip.sh | 12 years ago | |
README.md
EditorConfig Vim Plugin
This is an EditorConfig plugin for Vim. This plugin could be found on both GitHub and Vim online.
Installation
There are two ways for installation:
-
If your Vim is compiled with
+pythonfeature (this is usually true on most Linux distributions), the most simple way to install this plugin is to download the archive and extract it into your Vim runtime directory (~/.vimon UNIX/Linux and$VIM_INSTALLATION_FOLDER\vimfileson windows). -
If your Vim is not compiled with
+pythonfeature, please first download the EditorConfig core and follow the instructions in the README and INSTALL files to install it. This plugin would NOT work if neither+pythonnor EditorConfig core is available.
Supported properties
The EditorConfig Vim plugin supports the following EditorConfig properties:
- indent_style
- indent_size
- tab_width
- end_of_line
- charset
- trim_trailing_whitespace
- max_line_width
- root (only used by EditorConfig core)
Bugs and Feature Requests
Feel free to submit bugs, feature requests, and other issues to the main EditorConfig issue tracker.
