neoclide / coc-vetur

Vue language server extension for coc.nvim
219 stars 7 forks source link

i install coc-vetur, what should i do can let it work #5

Closed likelxl closed 5 years ago

likelxl commented 5 years ago

default default default default

chemzqm commented 5 years ago

You need to install a filetype plugin, like https://github.com/posva/vim-vue

likelxl commented 5 years ago

You need to install a filetype plugin, like https://github.com/posva/vim-vue

[coc.nvim] Error: Cannot find module 'postcss-html/extract' 1) If you want to compile the package/file into executable, please pay attention to compilation warnings and specify a literal in ' require' call. 2) If you don't want to compile the package/file into executable and want to 'require' it from filesystem (likely plugin), specify an absolute path in 'require' call using proc ess.cwd() or process.execPath. at Function.Module._resolveFilename (module.js:534:15) at Function.Module._resolveFilename (pkg/prelude/bootstrap.js:1280:46) at Function.Module._lo ad (module.js:464:25) at Module.require (module.js:577:17) at Module.require (pkg/prelude/bootstrap.js:1159:31) at require (internal/module.js:11:18) at rules.filter.map.rule (/home/erge/.config/coc/extensions/node_modules/postcss-syntax/processor.js:9:19) at Array.map () at processor (/home/erge/.config/coc/extensions/node_modules/postcss-synta x/processor.js:6:54) at Object.parse (/home/erge/.config/coc/extensions/node_modules/postcss-syntax/parse.js:18:9)

chemzqm commented 5 years ago

Try :CocUpdate