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

@ -74,21 +74,15 @@ local plugins = {
'glepnir/dashboard-nvim', 'glepnir/dashboard-nvim',
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,