Files
nvim/lua/options.lua
T
2025-05-13 11:24:30 -05:00

11 lines
297 B
Lua

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!