rm some useless comments

pull/2715/head
siduck 2 months ago
parent 2cf989cf31
commit 166bb9beba

@ -10,7 +10,6 @@ M.ui = {
theme = "onedark", -- default theme theme = "onedark", -- default theme
transparency = false, transparency = false,
-- cmp themeing
cmp = { cmp = {
icons = true, icons = true,
lspkind_text = true, lspkind_text = true,
@ -26,6 +25,7 @@ M.ui = {
-- round and block will work for minimal theme only -- round and block will work for minimal theme only
separator_style = "default", separator_style = "default",
order = nil, order = nil,
modules = nil,
}, },
-- lazyload it when there are 1+ buffers -- lazyload it when there are 1+ buffers
@ -36,7 +36,6 @@ M.ui = {
modules = nil, modules = nil,
}, },
-- nvdash (dashboard)
nvdash = { nvdash = {
load_on_startup = false, load_on_startup = false,
@ -70,7 +69,7 @@ M.ui = {
}, },
term = { term = {
hl = "Normal:term,WinSeparator:WinSeparator", -- hl = "Normal:term,WinSeparator:WinSeparator",
sizes = { sp = 0.3, vsp = 0.2 }, sizes = { sp = 0.3, vsp = 0.2 },
float = { float = {
relative = "editor", relative = "editor",
@ -105,4 +104,4 @@ M.base46 = {
}, },
} }
return vim.tbl_deep_extend("force", M, require('chadrc')) return vim.tbl_deep_extend("force", M, require "chadrc")

Loading…
Cancel
Save