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
|
||||
})
|
||||
|
||||
@@ -7,7 +7,7 @@ local options = {
|
||||
completeopt = { "menu", "menuone", "preview" },
|
||||
confirm = true,
|
||||
copyindent = true,
|
||||
cursorline = true,
|
||||
cursorline = false,
|
||||
expandtab = true,
|
||||
foldlevel = 2,
|
||||
foldlevelstart = 99,
|
||||
|
||||
Reference in New Issue
Block a user