LazyVim.LazyVim/lua/lazyvim/plugins
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
..
extras feat(mini-starter): add Session restore to starter menu (#421) 2023-03-12 23:00:20 +01:00
lsp fix(mason): removed flake8. You can add it back in your own configs if you need it or add ruff_lsp 2023-03-23 08:00:24 +01:00
coding.lua fix(luasnip): added note that jsregexp is optional if it fails to build 2023-03-03 08:28:35 +01:00
colorscheme.lua fix(plugins): fix the laziness of all plugins to still work as intended with config.defaults.lazy = false. Fixes #67 2023-01-16 16:49:29 +01:00
core.lua fix(core): set cond=true for LazyVim 2023-03-14 11:17:07 +01:00
editor.lua feat(telescope): use the new dynamic workspace symbols (#577) 2023-04-16 10:25:20 +02:00
treesitter.lua refactor(treesitter)!: rename help to vimdoc (#521) 2023-04-15 23:11:29 +02:00
ui.lua feat(lualine): added lazy extension 2023-03-31 13:05:36 +02:00
util.lua feat: persist pinned tabs (#304) 2023-02-19 09:56:08 +01:00