LazyVim.LazyVim/lua/lazyvim
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
..
config fix(util): fixed line number toggling. Closes #1173 2023-07-20 23:38:43 +02:00
plugins feat(telescope): allow word and selection searches (#1096) 2023-07-22 09:15:14 +02:00
util fix(util): fixed line number toggling. Closes #1173 2023-07-20 23:38:43 +02:00
health.lua fix(health): remove deprecated api warning (#666) 2023-04-23 11:04:05 +02: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