9 lines
150 B
Lua
9 lines
150 B
Lua
require "nvchad.options"
|
|
|
|
-- add yours here!
|
|
|
|
-- local o = vim.o
|
|
-- o.cursorlineopt ='both' -- to enable cursorline!
|
|
|
|
vim.lsp.inlay_hint.enable(true)
|