liuchengxu / vista.vim

:cactus: Viewer & Finder for LSP symbols and tags

Home Page:https://liuchengxu.github.io/vista.vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

call vista#autocmd#InitMOF in vista#ftplugin#Set?

xayjin opened this issue · comments

When vista#autocmd#InitMOF is called in vista#ftplugin#Set, the NearestMethodOrFunction would be active. NearestMethodOrFunction should be active after calling vista#RunForNearestMethodOrFunction() ?

i just want to disable NearestMethodOrFunction, solve it by define the “VistaMOF" variable in .vimrc. define “VistaMOF" can stop ftplugin#Set calling vista#autocmd#InitMOF