eqsdxr

Results 2 comments of eqsdxr

Hi, I guess you can only store a reference to it in the Context if you want to access it from there. As an alternative, you can use a global...

Yes, it does already. You can set up a shortcut like this: ```lua vim.keymap.set('n', 'sw', function() require('telescope.builtin').grep_string() end, { desc = '[S]earch current [W]ord' }) -- Or in lazy {...