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
..
buffers.lua feat(preview): toggle cursorline hl when scrolling (#462) 2 years ago
colorschemes.lua feat(preview): toggle cursorline hl when scrolling (#462) 2 years ago
dap.lua Major refactor, read below if you're having issues 2 years ago
diagnostic.lua feat(lsp_workspace_symbols): added '<C-g>' to toggle live query: 2 years ago
files.lua Major refactor, read below if you're having issues 2 years ago
git.lua feat(preview): toggle cursorline hl when scrolling (#462) 2 years ago
grep.lua Major refactor, read below if you're having issues 2 years ago
helptags.lua feat(preview): toggle cursorline hl when scrolling (#462) 2 years ago
lsp.lua feat(lsp_workspace_symbols): added '<C-g>' to toggle live query: 2 years ago
manpages.lua feat(preview): toggle cursorline hl when scrolling (#462) 2 years ago
module.lua Major refactor, read below if you're having issues 2 years ago
nvim.lua feat(preview): toggle cursorline hl when scrolling (#462) 2 years ago
oldfiles.lua Major refactor, read below if you're having issues 2 years ago
quickfix.lua Major refactor, read below if you're having issues 2 years ago
tags.lua Major refactor, read below if you're having issues 2 years ago
ui_select.lua feat(preview): toggle cursorline hl when scrolling (#462) 2 years ago