mf doom he like db cooper
This commit is contained in:
parent
275a9c36b4
commit
3e3b6ad0f3
1 changed files with 9 additions and 15 deletions
|
@ -75,20 +75,14 @@ local plugins = {
|
|||
config = function()
|
||||
require('dashboard').setup {
|
||||
theme = 'doom', -- 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
|
||||
tabline, -- hide the tabline
|
||||
winbar, -- hide winbar
|
||||
},
|
||||
preview = {
|
||||
command, -- preview command
|
||||
file_path, -- preview file path
|
||||
file_height, -- preview file height
|
||||
file_width, -- preview file width
|
||||
{
|
||||
icon = '',
|
||||
icon_hl = 'group',
|
||||
desc = 'description',
|
||||
desc_hl = 'group',
|
||||
key = 'shortcut key in dashboard buffer not keymap !!',
|
||||
key_hl = 'group',
|
||||
action = '',
|
||||
},
|
||||
}
|
||||
end,
|
||||
|
|
Loading…
Reference in a new issue