leafOfTree / vim-vue-plugin

Vim syntax and indent plugin for .vue files
The Unlicense
177 stars 9 forks source link

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

Closed DCRichards closed 5 years ago

DCRichards commented 5 years ago

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.