mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2025-12-07 21:24:50 +08:00
feat: support css indent
This commit is contained in:
25
README.md
25
README.md
@@ -1,5 +1,26 @@
|
||||
# vim-vue
|
||||
# vim-vue-plugin
|
||||
|
||||
Vim plugin for `.vue` file syntax and indent. Mainly inspired by [mxw/vim-jsx][1]
|
||||
Vim plugin for `.vue` files syntax and indent. Mainly inspired by [mxw/vim-jsx][1].
|
||||
|
||||
## Install
|
||||
|
||||
- Use [VundleVim][2]
|
||||
|
||||
Plugin 'leafOfTree/vim-vue-plugin'
|
||||
|
||||
- Or manual: download 'vim-vue-plugin' and drop it in `Vim/vimfiles`.
|
||||
|
||||
Plugin works if filetype is set to `javascript.vue`.
|
||||
|
||||
## How it works
|
||||
|
||||
Since `.vue` is a combination of CSS, HTML and JavaScript, so is `vim-vue-plugin`. (Like XML and JavaScript for `.jsx`).
|
||||
|
||||
Support `.wpy` files too.
|
||||
|
||||
## Config
|
||||
|
||||
## Screenshot
|
||||
|
||||
[1]: https://github.com/mxw/vim-jsx "mxw: vim-jsx"
|
||||
[2]: https://github.com/VundleVim/Vundle.vim
|
||||
|
||||
Reference in New Issue
Block a user