another one
This commit is contained in:
parent
c0ad86ac7c
commit
5fd7707f51
6 changed files with 186 additions and 233 deletions
|
|
@ -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,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue