LazyVim.LazyVim/lua/lazyvim
Ayman Bagabas 6e01e8560e
feat(telescope): use the new dynamic workspace symbols (#577)
`lsp_workspace_symbols` may fail or return nothing when query is empty.
Use the new `lsp_dynamic_workspace_symbols` to dynamically query symbols
in the workspace.

Related: https://github.com/nvim-telescope/telescope.nvim/issues/964
Fixes: https://github.com/LazyVim/LazyVim/issues/576
2023-04-16 10:25:20 +02:00
..
config fix(autocmds): don't auto create dirs for urls. Fixes #583 2023-04-16 07:53:42 +02:00
plugins feat(telescope): use the new dynamic workspace symbols (#577) 2023-04-16 10:25:20 +02:00
util faet(util): added Util.on_very_lazy 2023-02-14 21:55:52 +01:00
health.lua fix(health): also check for fdfind instead of just fd. Fixes #270 2023-02-15 14:03:46 +01:00
init.lua feat(config)!: LazyVim can now be configured like any other plugin with {"LazyVim/LazyVim", opts = ... }. config.settings is deprecated 2023-01-10 11:14:27 +01:00