@yaegassy/coc-typescript-vue-plugin
v0.1.23
Published
TypeScript Vue Plugin (Volar) for coc.nvim
Downloads
22
Maintainers
Readme
coc-typescript-vue-plugin
TypeScript Vue Plugin (Volar) for coc.nvim
A TS server plugin to make TS server know
*.vue
files
Note
This extension enable the typescript-vue-plugin on the tsserver
launched by coc-tsserver. coc-tsserver respects the contributes.typescriptServerPlugins
setting in package.json
.
Install
CocInstall:
:CocInstall @yaegassy/coc-typescript-vue-plugin
scoped packages
When using a plugin manager, etc:
e.g. vim-plug
Plug 'yaegassy/coc-typescript-vue-plugin', {'do': 'yarn install --frozen-lockfile'}
How to temporarily disable this extension
If for some reason you wish to temporarily disable this extension, please follow these steps
- Execute
:CocList extensions
. - Enter or select
@yaegassy/coc-typescript-vue-plugin
. - press the
TAB
key. - To disable, press the
d
key. d is (d)isable action.- To enable, press the
e
key. e is a (e)nable action.
- To enable, press the
Thanks
License
MIT
This extension is built with create-coc-extension