Files
nvim/lua/options.lua
Adam Bellinson dbbf122f29
Some checks failed
Close stale issues and PRs / stale (push) Has been cancelled
initial 0.11 rebuild
2025-10-03 10:00:46 -04:00

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" }