custom cursor line for mans

main
spike 2 years ago
parent 96b8066e5f
commit 8ac4a6d4b6

@ -0,0 +1,4 @@
local ok, nvchad = pcall(require, "nvchad")
if not ok then return end
nvchad.reload_theme("ayu-dark")

@ -0,0 +1 @@
set cursorline

@ -10,8 +10,11 @@ local M = {}
M.ui = {
theme = "monekai",
theme_toggle = { "monekai", "blossom" },
theme_toggle = { "monekai", "gruvbox_light" },
hl_override = {
CursorLine = {
bg = "one_bg3"
},
DiagnosticWarn = {
fg = "yellow",
italic = true,

Loading…
Cancel
Save