vista.vim icon indicating copy to clipboard operation
vista.vim copied to clipboard

:cactus: Viewer & Finder for LSP symbols and tags

Results 59 vista.vim issues
Sort by recently updated
recently updated
newest added

Execute `:Vista finder coc ` and the symbol has been input to the preview windows. So I can define a map like this. ```vim noremap vf :Vista finder coc ```

https://github.com/tree-sitter/tree-sitter/issues/1042 And an external binary is planned. Feel free to drop any ideas about the tree-sitter integration.

Closes #432 Add `g:vista_floating_border` option which allows the user to change the border that vista uses for the floating preview. Screenshot where I configured my neovim to use the `rounded`...

Based on the nvim docs, a key for `border` should be sufficient. I prefer a rounded border on all my floating windows. User config would look like: `let g:vista_floating_border =...

Addresses #430. This avoids updating the Vista sidebar just once with on BufEnter. This is enough to at least get `:Vista focus` to stop resetting the sidebar.

First, thanks for the excellent plugin. **Describe the bug** When I'm in the Vista sidebar, and I use either `w` or `:Vista focus` to jump back to the source, the...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

**Is your feature request related to a problem? Please describe.** Currently coc takes a few seconds to load, meaning that on first load, vista doesn't show right away. I was...

Super awesome that this integrates with coc -- would there be an existing mode for showing only the function names in the sidebar? (Tried looking through the documentation to find...

Environment: OS: x86_64 Linux 5.10.93.2-microsoft-standard-WSL2 Neovim version:NVIM v0.6.1 This plugin version: https://github.com/liuchengxu/vista.vim/commit/a0469c645dcbe4033b857da27d35491f39e2f776 I'm using nvim-lsp: plugin config ```vim nmap :Vista finder nvim_lsp let g:vista_default_executive = 'nvim_lsp' let g:vista_executive_for = {...