6 lines
113 B
Lua
6 lines
113 B
Lua
require("nvchad.options")
|
|
|
|
-- add yours here!
|
|
|
|
local o = vim.o
|
|
o.cursorlineopt = "both" -- to enable cursorline!
|