add config

This commit is contained in:
nik
2025-10-05 16:58:08 +03:00
parent 61fc1ec1ba
commit 6b1626bb41
19 changed files with 1022 additions and 0 deletions

16
lua/options.lua Normal file
View File

@@ -0,0 +1,16 @@
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!