final changes to dashboard.nvim
This commit is contained in:
parent
ae01374b02
commit
9f5f60a1bd
1 changed files with 1 additions and 9 deletions
|
@ -107,18 +107,10 @@ local plugins = {
|
||||||
icon_hl = 'Title',
|
icon_hl = 'Title',
|
||||||
desc = 'Find File ',
|
desc = 'Find File ',
|
||||||
desc_hl = 'String',
|
desc_hl = 'String',
|
||||||
key = 'b',
|
keymap = 'SPC SPC',
|
||||||
keymap = 'SPC f f',
|
|
||||||
key_hl = 'Number',
|
key_hl = 'Number',
|
||||||
action = 'lua print(2)'
|
action = 'lua print(2)'
|
||||||
},
|
},
|
||||||
{
|
|
||||||
icon = ' ',
|
|
||||||
desc = 'Find Dotfiles',
|
|
||||||
key = 'f',
|
|
||||||
keymap = 'SPC f d',
|
|
||||||
action = 'lua print(3)'
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue