mf doom he like db cooper
This commit is contained in:
parent
275a9c36b4
commit
3e3b6ad0f3
|
@ -75,20 +75,14 @@ local plugins = {
|
||||||
config = function()
|
config = function()
|
||||||
require('dashboard').setup {
|
require('dashboard').setup {
|
||||||
theme = 'doom', -- theme is doom and hyper default is hyper
|
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'
|
icon = '',
|
||||||
change_to_vcs_root, -- default is false,for open file in hyper mru. it will change to the root of vcs
|
icon_hl = 'group',
|
||||||
config = {}, -- config used for theme
|
desc = 'description',
|
||||||
hide = {
|
desc_hl = 'group',
|
||||||
statusline, -- hide statusline default is true
|
key = 'shortcut key in dashboard buffer not keymap !!',
|
||||||
tabline, -- hide the tabline
|
key_hl = 'group',
|
||||||
winbar, -- hide winbar
|
action = '',
|
||||||
},
|
|
||||||
preview = {
|
|
||||||
command, -- preview command
|
|
||||||
file_path, -- preview file path
|
|
||||||
file_height, -- preview file height
|
|
||||||
file_width, -- preview file width
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
end,
|
end,
|
||||||
|
|
Loading…
Reference in a new issue