dressing.nvim/plugin/dressing.lua

5 lines
97 B
Lua

require("dressing").patch()
vim.api.nvim_set_hl(0, "DressingSelectIdx", {
link = "Special",
})