I don't want to change 'completeopt' option
Closed this issue · 2 comments
cohama commented
In ftplugin/haxe.vim, setlocal completeopt+=menuone
is set but there is no local option in 'compleopt'
.
In fact, this setting changes 'compleopt'
option globally.
I prefer no menuone option in other language.
How about preparing g:vaxe_no_compleopt_menuone
option to avoid this problem.
jdonaldson commented
yep, I'll fix that.
jdonaldson commented
added the variable and updated the doc