mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2026-02-28 04:22:31 +08:00
Update doc
This commit is contained in:
@@ -38,7 +38,14 @@ What's New
|
|||||||
|
|
||||||
- Or manually, clone this plugin to `path/to/this_plugin`, and add it to `rtp` in vimrc
|
- 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 />
|
<br />
|
||||||
</details>
|
</details>
|
||||||
|
|||||||
Reference in New Issue
Block a user