@yaegassy/coc-typescript-vue-plugin

0.1.23 • Public • Published

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

  1. Execute :CocList extensions.
  2. Enter or select @yaegassy/coc-typescript-vue-plugin.
  3. press the TAB key.
  4. To disable, press the d key. d is (d)isable action.
    • To enable, press the e key. e is a (e)nable action.

Thanks

License

MIT


This extension is built with create-coc-extension

Package Sidebar

Install

npm i @yaegassy/coc-typescript-vue-plugin

Weekly Downloads

54

Version

0.1.23

License

MIT

Unpacked Size

5.2 kB

Total Files

4

Last publish

Collaborators

  • yaegassy