require("nvchad.options") require("configs.cpp").setup() require("configs.python").setup() -- Add to the end of your options.lua -- require("configs.typst").setup() -- Add near the top -- require("configs.typst-lsp").setup() -- require("configs.webdev").setup() -- Add this line require("configs.tinymist").setup() require("configs.csharp").setup() -- add yours here! -- local o = vim.o -- o.cursorlineopt ='both' -- to enable cursorline!