chore: Added vimtex dependency

This commit is contained in:
2022-10-14 20:43:24 +01:00
parent 5c33446019
commit dada855b98
31 changed files with 3052 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
-- Chadrc overrides this file
local M = {}
M.options = {
nvChad = {
update_url = "https://github.com/NvChad/NvChad",
update_branch = "main",
},
}
M.ui = {
-- hl = highlights
hl_add = {},
hl_override = {},
changed_themes = {},
theme_toggle = { "onedark", "one_light" },
theme = "onedark", -- default theme
transparency = false,
}
M.plugins = {}
-- check core.mappings for table structure
M.mappings = require "core.mappings"
return M