From 166bb9bebaa5e1fc555c886bdf7a72e83e8b00bf Mon Sep 17 00:00:00 2001 From: siduck Date: Sat, 9 Mar 2024 13:00:51 +0530 Subject: [PATCH] rm some useless comments --- lua/nvconfig.lua | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lua/nvconfig.lua b/lua/nvconfig.lua index 2f5b8c1..02b9440 100644 --- a/lua/nvconfig.lua +++ b/lua/nvconfig.lua @@ -10,7 +10,6 @@ M.ui = { theme = "onedark", -- default theme transparency = false, - -- cmp themeing cmp = { icons = true, lspkind_text = true, @@ -26,6 +25,7 @@ M.ui = { -- round and block will work for minimal theme only separator_style = "default", order = nil, + modules = nil, }, -- lazyload it when there are 1+ buffers @@ -36,7 +36,6 @@ M.ui = { modules = nil, }, - -- nvdash (dashboard) nvdash = { load_on_startup = false, @@ -70,7 +69,7 @@ M.ui = { }, term = { - hl = "Normal:term,WinSeparator:WinSeparator", + -- hl = "Normal:term,WinSeparator:WinSeparator", sizes = { sp = 0.3, vsp = 0.2 }, float = { 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")