Add initial nvchad config
This commit is contained in:
8
nvim/lua/options.lua
Normal file
8
nvim/lua/options.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
require "nvchad.options"
|
||||
|
||||
-- add yours here!
|
||||
|
||||
-- local o = vim.o
|
||||
-- o.cursorlineopt ='both' -- to enable cursorline!
|
||||
|
||||
vim.lsp.inlay_hint.enable(true)
|
||||
Reference in New Issue
Block a user