You've already forked dotfiles
Changing the find and replace function a bit and removing some unecesary pieces.
This commit is contained in:
@@ -156,12 +156,6 @@ return {
|
||||
require('telescope.builtin').lsp_dynamic_workspace_symbols()
|
||||
end
|
||||
},
|
||||
{
|
||||
';g',
|
||||
function()
|
||||
require('telescope.builtin').grep_string({ search = vim.fn.input('Grep For > ')})
|
||||
end
|
||||
},
|
||||
{
|
||||
'<leader>rn',
|
||||
function()
|
||||
|
||||
Reference in New Issue
Block a user