This commit is contained in:
hakase
2025-05-13 11:24:30 -05:00
parent fc225ee071
commit 5fc3341ac4
4 changed files with 67 additions and 4 deletions
+4
View File
@@ -2,5 +2,9 @@ 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!