Skip to content

Commit 9885e8e

Browse files
committed
fix: readd rename hl
1 parent 9eb97c6 commit 9885e8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/cosmic-ui/rename/init.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ local function rename(popup_opts, opts)
4949
input:mount()
5050

5151
-- las value is length of highlight
52-
-- vim.api.nvim_buf_add_highlight(input.bufnr, -1, 'LspRenamePrompt', 0, 0, #opts.prompt)
53-
-- vim.cmd('hi link LspRenamePrompt Comment')
52+
vim.api.nvim_buf_add_highlight(input.bufnr, -1, 'LspRenamePrompt', 0, 0, #opts.prompt)
53+
vim.cmd('hi link LspRenamePrompt Comment')
5454

5555
utils.default_mappings(input)
5656

0 commit comments

Comments
 (0)