leafOfTree/vim-vue-plugin

'load javascript cluster' is printed every time a file is opened

DCRichards opened this issue · 0 comments

Version

Plugin: v1.0.20190520
VIM: Vi IMproved 8.1 (2018 May 18, compiled Jun 9 2019 07:22:39)

Description

Currently, opening any .vue file results in load javascript cluster being logged, requiring the user to press enter. This quickly becomes tedious.

Expected behaviour

This should respect g:vim_vue_plugin_debug and only log if debug is enabled.