pull/2695/head
siduck 3 months ago
parent cd10647dd6
commit adf67560ce

@ -94,8 +94,6 @@ M.plugins = "" -- path i.e "custom.plugins", so make custom/plugins.lua file
M.lazy_nvim = require "plugins.configs.lazy_nvim" -- config for lazy.nvim startup options M.lazy_nvim = require "plugins.configs.lazy_nvim" -- config for lazy.nvim startup options
M.mappings = require "core.mappings"
M.base46 = { M.base46 = {
integrations = { integrations = {
"blankline", "blankline",

@ -14,7 +14,7 @@ local default_plugins = {
{ {
"NvChad/ui", "NvChad/ui",
branch = "v3.0", branch = "clean",
lazy = false, lazy = false,
config = function() config = function()
require "nvchad" require "nvchad"

Loading…
Cancel
Save