add config
This commit is contained in:
16
lua/options.lua
Normal file
16
lua/options.lua
Normal 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!
|
||||
Reference in New Issue
Block a user