Changing the find and replace function a bit and removing some unecesary pieces.

This commit is contained in:
2024-11-07 20:30:35 -06:00
parent 3039442306
commit 2757219590
6 changed files with 11 additions and 32 deletions

View File

@@ -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()