Skip to content

Commit

Permalink
Revert "inc-rename will remove the command history by default now"
Browse files Browse the repository at this point in the history
This reverts commit 07dc0e3.
  • Loading branch information
XXiaoA committed May 3, 2024
1 parent 07dc0e3 commit 4ddd183
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lua/config/lsp/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,12 @@ return {
{
"smjonas/inc-rename.nvim",
cmd = "IncRename",
opts = {},
opts = {
-- input_buffer_type = "dressing",
post_hook = function()
vim.fn.histdel("cmd", "^IncRename ")
end,
},
},

{
Expand Down

0 comments on commit 4ddd183

Please sign in to comment.