Open showtestlog opened 3 years ago
Environment:
Vista info let g:vista = {'get_tagline_under_cursor': function('295'), 'winnr': function('293'), 'source': {'fname': '', 'bufnr': 1, 'get_winid ': function('297'), 'winid': 1000, 'winnr': 1, 'extension': function('302'), 'line': function('300'), 'get_winnr': function('296'), 'fil etype': function('298'), 'lines': function('299'), 'line_trimmed': function('301'), 'scope_seperator': function('303'), 'fpath': ''}, 'w inid': function('294'), 'tmps': []} let g:vista#executives = ['ale', 'coc', 'ctags', 'lcn', 'nvim_lsp', 'vim_lsc', 'vim_lsp'] let g:vista#extensions = ['markdown', 'rst'] let g:vista#finders = ['clap', 'fzf', 'skim'] let g:vista#renderer#icons = {'function': '', 'variable': ''} let g:vista_blink = [2, 100] let g:vista_close_on_fzf_select = 0 let g:vista_close_on_jump = 1 let g:vista_cursor_delay = 400 let g:vista_default_executive = 'coc' let g:vista_disable_statusline = 1 let g:vista_echo_cursor = 1 let g:vista_enable_centering_jump = 1 let g:vista_executive_for = {} let g:vista_find_absolute_nearest_method_or_function = 0 let g:vista_find_nearest_method_or_function_delay = 300 let g:vista_fold_toggle_icons = ['▼', '▶'] let g:vista_fzf_preview = ['right:30%'] let g:vista_icon_indent = ['╰─▸ ', '├─▸ '] let g:vista_ignore_kinds = [] let g:vista_log_file = '/Users/q/vista.log' let g:vista_no_mappings = 0 let g:vista_sidebar_open_cmd = '30vsplit' let g:vista_sidebar_position = 'vertical botright' let g:vista_sidebar_width = 30 let g:vista_stay_on_open = 1 let g:vista_top_level_blink = [2, 100] let g:vista_update_on_text_changed = 0 let g:vista_update_on_text_changed_delay = 500
minimal vimrc (neccessary when this issue is about some Vim LSP client):
let g:vista_icon_indent = ["╰─▸ ", "├─▸ "] 104 let g:vista_default_executive = 'coc' 105 let g:vista_fzf_preview = ['right:30%'] 106 let g:vista_sidebar_open_cmd = '30vsplit' 107 nnoremap fs :Vista coc
set nocompatible set runtimepath^=/path/to/vista.vim syntax on filetype plugin indent on
Expected behavior
Actual behavior
Screenshot or gif (if possible)
感觉是搜索有问题。但是我fzf正常。
in readme.md it says:
The feature of finder in vista.vim :Vista finder [EXECUTIVE] is a bit like :BTags or :Tags in fzf.vim
you can refer :Tags meaning in fzf.vim. It means ctags -R. it generates the tag files. not do search symbol.
Environment:
Vista info let g:vista = {'get_tagline_under_cursor': function('295'), 'winnr': function('293'), 'source': {'fname': '', 'bufnr': 1, 'get_winid ': function('297'), 'winid': 1000, 'winnr': 1, 'extension': function('302'), 'line': function('300'), 'get_winnr': function('296'), 'fil etype': function('298'), 'lines': function('299'), 'line_trimmed': function('301'), 'scope_seperator': function('303'), 'fpath': ''}, 'w inid': function('294'), 'tmps': []} let g:vista#executives = ['ale', 'coc', 'ctags', 'lcn', 'nvim_lsp', 'vim_lsc', 'vim_lsp'] let g:vista#extensions = ['markdown', 'rst'] let g:vista#finders = ['clap', 'fzf', 'skim'] let g:vista#renderer#icons = {'function': '', 'variable': ''} let g:vista_blink = [2, 100] let g:vista_close_on_fzf_select = 0 let g:vista_close_on_jump = 1 let g:vista_cursor_delay = 400 let g:vista_default_executive = 'coc' let g:vista_disable_statusline = 1 let g:vista_echo_cursor = 1 let g:vista_enable_centering_jump = 1 let g:vista_executive_for = {} let g:vista_find_absolute_nearest_method_or_function = 0 let g:vista_find_nearest_method_or_function_delay = 300 let g:vista_fold_toggle_icons = ['▼', '▶'] let g:vista_fzf_preview = ['right:30%'] let g:vista_icon_indent = ['╰─▸ ', '├─▸ '] let g:vista_ignore_kinds = [] let g:vista_log_file = '/Users/q/vista.log' let g:vista_no_mappings = 0 let g:vista_sidebar_open_cmd = '30vsplit' let g:vista_sidebar_position = 'vertical botright' let g:vista_sidebar_width = 30 let g:vista_stay_on_open = 1 let g:vista_top_level_blink = [2, 100] let g:vista_update_on_text_changed = 0 let g:vista_update_on_text_changed_delay = 500
minimal vimrc (neccessary when this issue is about some Vim LSP client):
let g:vista_icon_indent = ["╰─▸ ", "├─▸ "] fs :Vista coc
104 let g:vista_default_executive = 'coc'
105 let g:vista_fzf_preview = ['right:30%']
106 let g:vista_sidebar_open_cmd = '30vsplit'
107 nnoremap
Expected behavior
Actual behavior
Screenshot or gif (if possible)