another one

This commit is contained in:
Donelson berger 2025-01-02 11:42:48 -05:00
parent c0ad86ac7c
commit 5fd7707f51
6 changed files with 186 additions and 233 deletions

View file

@ -63,6 +63,9 @@ return {
vim.keymap.set('n', '<leader>sn', function()
builtin.find_files { cwd = vim.fn.stdpath 'config' }
end, { desc = '[S]earch [N]eovim files' })
-- bring in multi-grep
require('custom.telescope.multigrep').setup()
end,
},
}