LazyVim.LazyVim/lua/lazyvim/plugins
Sam Amis 6b2c648878
feat(telescope): allow word and selection searches (#1096)
Changes the current normal-mode mappings <leader>sw / <leader>sW to only
display matches surrounded by word boundaries. Also adds the equivalent
visual-mode mappings to allow searching for the current selection.

Selection searching does not consider word boundaries, so highlighting a
single word and searching for it will produce the same results as the
word-under-cursor searching did before this change. This allows the user
to easily choose whether or not to include word boundaries in their
search.
2023-07-22 09:15:14 +02:00
..
extras feat(lang): add debug adapter plugin for go (#1115) 2023-07-22 09:13:54 +02:00
lsp fix(mason): add MasonUpdate to build 2023-07-16 10:42:14 +02:00
coding.lua docs: Improve summary documentation of deps (#1159) 2023-07-19 13:14:07 +02:00
colorscheme.lua feat(catppuccin): match navic bg with lualine (#1085) 2023-07-10 17:50:53 +02:00
core.lua fix(core): set cond=true for LazyVim 2023-03-14 11:17:07 +01:00
editor.lua feat(telescope): allow word and selection searches (#1096) 2023-07-22 09:15:14 +02:00
treesitter.lua docs: Add more documentation (#1174) 2023-07-20 23:16:13 +02:00
ui.lua docs: Add more documentation (#1174) 2023-07-20 23:16:13 +02:00
util.lua docs: Add more documentation (#1174) 2023-07-20 23:16:13 +02:00