fix Dashboard docs, fix default_config issue

This commit is contained in:
Galen Rowell
2021-08-20 12:08:40 +10:00
committed by siduck76
parent 3ccd804da9
commit fd5d50f194
3 changed files with 4 additions and 3 deletions

View File

@@ -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,