require "nvchad.options" -- add yours here! -- Show line diagnostics automatically in hover window -- vim.o.updatetime = 250 -- vim.cmd [[autocmd CursorHold,CursorHoldI * lua vim.diagnostic.open_float(nil, {focus=false})]] -- local o = vim.o -- o.cursorlineopt ='both' -- to enable cursorline!