Files
neovim_conf/lua/options.lua
2025-10-05 16:58:08 +03:00

17 lines
441 B
Lua

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!