Update doc

This commit is contained in:
leafOfTree
2021-04-06 13:37:10 +08:00
parent 59e9825606
commit f50130155e

View File

@@ -38,7 +38,14 @@ What's New
- Or manually, clone this plugin to `path/to/this_plugin`, and add it to `rtp` in vimrc
set rtp+=path/to/this_plugin
```vim
set rtp+=path/to/this_plugin
" If filetype is not set to 'vue', try
filetype off
set rtp+=path/to/this_plugin
filetype plugin indent on
```
<br />
</details>