fix brackets

This commit is contained in:
Sakooooo 2023-08-10 19:14:33 +03:00
parent 8027301d40
commit d6b1bb7ec1
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -1,8 +1,8 @@
require('dashboard').setup {
theme = 'hyper' -- theme is doom and hyper default is hyper
disable_move -- default is false disable move keymap for hyper
shortcut_type -- shorcut type 'letter' or 'number'
change_to_vcs_root -- default is false,for open file in hyper mru. it will change to the root of vcs
theme = 'hyper', -- theme is doom and hyper default is hyper
disable_move, -- default is false disable move keymap for hyper
shortcut_type, -- shorcut type 'letter' or 'number'
change_to_vcs_root, -- default is false,for open file in hyper mru. it will change to the root of vcs
config = {}, -- config used for theme
hide = {
statusline -- hide statusline default is true
@ -15,5 +15,4 @@ preview = {
file_height -- preview file height
file_width -- preview file width
},
}