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:
@@ -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