From b8ad53bce4830259cd69c49ec478ab748055ed3b Mon Sep 17 00:00:00 2001 From: ray-x Date: Wed, 15 Feb 2023 07:58:50 +1100 Subject: [PATCH] rename title --- lua/navigator/rename.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/navigator/rename.lua b/lua/navigator/rename.lua index b53423e..f174c28 100644 --- a/lua/navigator/rename.lua +++ b/lua/navigator/rename.lua @@ -360,7 +360,7 @@ M.rename_preview = function() end, } if vim.fn.has('nvim-0.9.0') == 1 then - inputopts.title = 'inc rename' + inputopts.title = 'symbol rename' end ghinput.setup(inputopts) vim.ui.input = ghinput.input