You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bhagwan 5e4151d495 feat(lsp_workspace_symbols): added '<C-g>' to toggle live query:
works similar to 'grep_lgrep' action toggling between the fuzzy
matching on the entire workspace symbols and live query which
sends a new LSP query with each keystroke, fuzzy query is saved
between toggles so it can be used as an extra filter for example:
live query 'foo', press ctrl-g and enter '!.lua', to exclude all
lua files.
Addittional changes:
- diagnostics decoupled from LSP, new options under 'diagnostics'
- symbols options has their own category under 'lsp.symbols'
- 'lsp_document_diagnostics' -> 'diagnostics_document'
- 'lsp_workspace_diagnostics' -> 'diagnostics_workspace'
- backward compatibility maintained for the above changes
- all symbols providers use 'async=true' by default
2 years ago
..
previewer feat(preview): toggle cursorline hl when scrolling (#462) 2 years ago
providers feat(lsp_workspace_symbols): added '<C-g>' to toggle live query: 2 years ago
actions.lua feat(lsp_workspace_symbols): added '<C-g>' to toggle live query: 2 years ago
class.lua internal: add vararg to class:new to suppress useless warnings 2 years ago
cmd.lua internal: removed unnecessary 'require' 3 years ago
config.lua feat(lsp_workspace_symbols): added '<C-g>' to toggle live query: 2 years ago
core.lua feat(lsp_workspace_symbols): added '<C-g>' to toggle live query: 2 years ago
fzf.lua Major refactor, read below if you're having issues 2 years ago
init.lua feat(lsp_workspace_symbols): added '<C-g>' to toggle live query: 2 years ago
libuv.lua fix(nvim_bin): use 'vim.v.progpath' instead of 'vim.v.argv[1]' 2 years ago
make_entry.lua Major refactor, read below if you're having issues 2 years ago
path.lua fix: preview/actions for paths that contain ':' (closes #453) 2 years ago
shell.lua fix(nvim_bin): use 'vim.v.progpath' instead of 'vim.v.argv[1]' 2 years ago
shell_helper.lua nvim 0.8 compatibility: refactor preview shell command (closes #409) 2 years ago
utils.lua feat(lsp_workspace_symbols): added '<C-g>' to toggle live query: 2 years ago
win.lua feat(preview): toggle cursorline hl when scrolling (#462) 2 years ago