misc
This commit is contained in:
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.mappings = require "core.mappings"
|
||||
|
||||
M.base46 = {
|
||||
integrations = {
|
||||
"blankline",
|
||||
|
|
|
@ -14,7 +14,7 @@ local default_plugins = {
|
|||
|
||||
{
|
||||
"NvChad/ui",
|
||||
branch = "v3.0",
|
||||
branch = "clean",
|
||||
lazy = false,
|
||||
config = function()
|
||||
require "nvchad"
|
||||
|
|
Loading…
Reference in New Issue