mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
fix(nvim): remove cursor line and word in transparent mode
This commit is contained in:
@@ -69,6 +69,8 @@ require("transparent").setup({
|
||||
"Normal",
|
||||
"TelescopeBorder",
|
||||
"FoldColumn",
|
||||
"CursorLine",
|
||||
"CursorWord",
|
||||
},
|
||||
exclude = {}, -- table: groups you don't want to clear
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user