Files
dotfiles/nvim/lua/options.lua
2024-09-02 11:47:52 +02:00

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)