[nvim] rename defaults to unhighlighted

This commit is contained in:
eleith 2023-08-27 01:48:22 +00:00
parent 87e6a4d0c4
commit 454499fb99
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@ return {
diagnostic = {
show_code_actions = false,
},
rename = {
in_select = false
}
})
local keymap = vim.keymap.set