fix brackets
This commit is contained in:
parent
8027301d40
commit
d6b1bb7ec1
1 changed files with 16 additions and 17 deletions
|
@ -1,19 +1,18 @@
|
||||||
require('dashboard').setup {
|
require('dashboard').setup {
|
||||||
theme = 'hyper' -- theme is doom and hyper default is hyper
|
theme = 'hyper', -- theme is doom and hyper default is hyper
|
||||||
disable_move -- default is false disable move keymap for hyper
|
disable_move, -- default is false disable move keymap for hyper
|
||||||
shortcut_type -- shorcut type 'letter' or 'number'
|
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
|
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
|
config = {}, -- config used for theme
|
||||||
hide = {
|
hide = {
|
||||||
statusline -- hide statusline default is true
|
statusline -- hide statusline default is true
|
||||||
tabline -- hide the tabline
|
tabline -- hide the tabline
|
||||||
winbar -- hide winbar
|
winbar -- hide winbar
|
||||||
},
|
},
|
||||||
preview = {
|
preview = {
|
||||||
command -- preview command
|
command -- preview command
|
||||||
file_path -- preview file path
|
file_path -- preview file path
|
||||||
file_height -- preview file height
|
file_height -- preview file height
|
||||||
file_width -- preview file width
|
file_width -- preview file width
|
||||||
},
|
},
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue