10 lines
188 B
Lua
10 lines
188 B
Lua
require "nvchad.options"
|
|
|
|
-- add yours here!
|
|
|
|
-- local o = vim.o
|
|
-- o.cursorlineopt ='both' -- to enable cursorline!
|
|
|
|
vim.g.lua_snippets_path = { vim.fn.stdpath "config" .. "/snippets" }
|
|
|