Skip to content

Commit 21fbc2a

Browse files
authored
Add documentation for install as a Vim 8 plugin (#134)
Fixes: #67
1 parent 7e5b4a9 commit 21fbc2a

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,17 @@ To install this plugin, you can use one of the following ways:
1717

1818
OR
1919

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+
2031
- Use [pathogen][] (the git repository of this plugin is
2132
https://github.com/editorconfig/editorconfig-vim.git)
2233

0 commit comments

Comments
 (0)