From 0432e150dcb33c4ce6e5dda7fbecce902c3252f5 Mon Sep 17 00:00:00 2001 From: leafOfTree Date: Mon, 6 Sep 2021 16:07:32 +0800 Subject: [PATCH] Update doc --- README.md | 79 ------------------------------------------------------- 1 file changed, 79 deletions(-) diff --git a/README.md b/README.md index e633d22..d0afd67 100644 --- a/README.md +++ b/README.md @@ -8,18 +8,8 @@

- Vim syntax and indent plugin for `.vue` files. Mainly inspired by [mxw/vim-jsx][1] -## Upgrade - -If you installed `vim-vue-plugin` before `3/29/2021`, it's recommended to upgrade to the latest version. After upgrade, you will need to configure in a new way as described at [Configuration](#configuration) - -What's New - -- Clean code and configuration -- Improved performance - ## Installation You could install it just like other plugins. The filetype will be set to `vue`. Feel free to open an issue or a pull request if any questions @@ -145,75 +135,6 @@ Note - For `.wpy`, `initial_indent` defaults to `['script', 'style']` - You could check `:h dict` and `:h list` for details about the complex data types -### Archive - -
-Documentation archive - 3/29/2021 -Set global variable to `1` to enable or `0` to disable. Ex: - -```vim -let g:vim_vue_plugin_load_full_syntax = 1 -``` - -| variable | description | default | -|---------------------------------------|--------------------------------------------------------------------------------------------------------------------------------|----------------------------| -| `g:vim_vue_plugin_load_full_syntax`\* | Enable: load all syntax files in `runtimepath` to enable related syntax plugins.
Disable: only in `$VIMRUNTIME/syntax`, `~/.vim/syntax` and `$VIM/vimfiles/syntax`. | 0 | -| `g:vim_vue_plugin_use_pug`\* | Enable pug syntax for `