diff --git a/lua/chadrc.lua b/lua/chadrc.lua index e9a6002..c2d7343 100644 --- a/lua/chadrc.lua +++ b/lua/chadrc.lua @@ -20,7 +20,7 @@ M.ui = { hidden_statusline = { -- these are filetypes, not pattern matched "NvimTree", - -- "terminal", + "terminal", }, statusline_style = "default", -- default, round , slant , block , arrow } diff --git a/lua/default_config.lua b/lua/default_config.lua index 036c4e1..3ebcaf6 100644 --- a/lua/default_config.lua +++ b/lua/default_config.lua @@ -20,7 +20,7 @@ M.ui = { hidden_statusline = { -- these are filetypes, not pattern matched "NvimTree", - "terminal", + -- "terminal", }, statusline_style = "default", -- default, round , slant , block , arrow } @@ -36,6 +36,7 @@ M.options = { timeoutlen = 400, clipboard = "unnamedplus", number = true, + -- relative numbers in normal mode tool at the bottom of options.lua relativenumber = false, numberwidth = 2, expandtab = true, diff --git a/lua/plugins/dashboard.lua b/lua/plugins/dashboard.lua index d7296c8..8ac6fd8 100644 --- a/lua/plugins/dashboard.lua +++ b/lua/plugins/dashboard.lua @@ -30,7 +30,7 @@ g.dashboard_custom_section = { c = { description = { " Find Word SPC f w" }, command = "Telescope live_grep" }, d = { description = { "洛 New File SPC f n" }, command = "DashboardNewFile" }, e = { description = { " Bookmarks SPC b m" }, command = "Telescope marks" }, - f = { description = { " Load Last Session SPC s l" }, command = "SessionLoad" }, + f = { description = { " Load Last Session SPC l" }, command = "SessionLoad" }, } g.dashboard_custom_footer = {