mf doom he like db cooper

This commit is contained in:
Sakooooo 2023-08-10 19:29:57 +03:00
parent 275a9c36b4
commit 3e3b6ad0f3
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

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