require "nvchad.options" local g = vim.g local o = vim.o o.shiftwidth = 4 o.tabstop = 4 o.softtabstop = 4 g.lua_snippets_path = vim.fn.stdpath "config" .. "/lua/snippets"