We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e5b4a9 commit 21fbc2aCopy full SHA for 21fbc2a
1 file changed
README.md
@@ -17,6 +17,17 @@ To install this plugin, you can use one of the following ways:
17
18
OR
19
20
+- Install as a Vim 8 plugin. Note `local` can be any name, but some path
21
+ element must be present. On Windows, instead of `~/.vim` use
22
+ `$VIM_INSTALLATION_FOLDER\vimfiles`.
23
+```shell
24
+mkdir -p ~/.vim/pack/local/start
25
+cd ~/.vim/pack/local/start
26
+git clone https://github.com/editorconfig/editorconfig-vim.git
27
+```
28
+
29
+OR
30
31
- Use [pathogen][] (the git repository of this plugin is
32
https://github.com/editorconfig/editorconfig-vim.git)
33
0 commit comments