11 lines
297 B
Lua
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!
|