14 Commits

Author SHA1 Message Date
fcd5cfbd54 Extend :Rg to support visual select mode
Also move away from using the telescope builtin grep for word under
cursor mapping by extending the `:Rg` command to work in the following
circumstances:

* `:Rg text to search for`
* `:Rg` word under cursor
* `'<,'>Rg` visual selection
2024-05-25 11:03:06 +01:00
0602390a2d Add telescope extension to list luasnip snippets 2024-05-25 10:22:35 +01:00
Kenneth Benzie (Benie)
985df79d1a Use telescope.builtin Lua functions in mappings 2024-04-17 12:21:26 +01:00
12f32b4d7d Improve LSP mappings 2024-04-01 19:49:22 +01:00
e64316e336 Add mapping to fuzzy search word under cursor 2024-04-01 16:34:44 +01:00
49af40c918 Add more Telescope LSP mappings 2024-03-13 20:16:15 +00:00
eaa63924e2 Make telescope mappings consistent 2024-03-11 22:34:08 +00:00
0656de97fa Implement :BuildDir and :Build commands in Lua
Ported over from and improved for best integration with Neovim ecosystem
https://code.infektor.net/config/vim/src/branch/master/autoload/build.vim
2024-03-09 16:42:12 +00:00
598c389741 Add Telescope Devicons dependency 2024-03-06 20:15:32 +00:00
f8fddc405e Use fzy for faster Telescope filtering 2024-03-06 20:15:04 +00:00
828db0d073 Tweak Telescope mappings to my liking 2024-03-06 20:14:39 +00:00
9e5b1597ba Make Telescope help tags mapping the proper pneumonic 2024-03-06 20:13:36 +00:00
ae46059400 Change up Telescope mappings 2024-03-05 00:07:44 +00:00
fc60ca0882 Introduce Telescope plugin 2024-03-02 17:38:42 +00:00