parent
154f22393b
commit
8b1a436b20
|
@ -258,6 +258,8 @@ require('dressing').setup({
|
||||||
win_options = {
|
win_options = {
|
||||||
-- Window transparency (0-100)
|
-- Window transparency (0-100)
|
||||||
winblend = 10,
|
winblend = 10,
|
||||||
|
cursorline = true,
|
||||||
|
cursorlineopt = "both",
|
||||||
},
|
},
|
||||||
|
|
||||||
-- These can be integers or a float between 0 and 1 (e.g. 0.4 for 40%)
|
-- These can be integers or a float between 0 and 1 (e.g. 0.4 for 40%)
|
||||||
|
|
|
@ -136,6 +136,8 @@ Configure dressing.nvim by calling the setup() function.
|
||||||
win_options = {
|
win_options = {
|
||||||
-- Window transparency (0-100)
|
-- Window transparency (0-100)
|
||||||
winblend = 10,
|
winblend = 10,
|
||||||
|
cursorline = true,
|
||||||
|
cursorlineopt = "both",
|
||||||
},
|
},
|
||||||
|
|
||||||
-- These can be integers or a float between 0 and 1 (e.g. 0.4 for 40%)
|
-- These can be integers or a float between 0 and 1 (e.g. 0.4 for 40%)
|
||||||
|
|
Loading…
Reference in New Issue