mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
add an option to rebuild the spell dictionary on the dashboard page
This commit is contained in:
parent
dba6112b95
commit
10bc6c4ad9
1 changed files with 9 additions and 0 deletions
|
@ -88,6 +88,15 @@ db.setup({
|
|||
key_hl = keymap_color,
|
||||
action = "Lazy sync",
|
||||
},
|
||||
{
|
||||
icon = " ",
|
||||
icon_hl = icon_color,
|
||||
desc = "Rebuild Dictionary ",
|
||||
desc_hl = description_color,
|
||||
key = "s",
|
||||
key_hl = keymap_color,
|
||||
action = "mkspell! $XDG_CONFIG_HOME/nvim/spell/en.utf-8.add",
|
||||
},
|
||||
{
|
||||
icon = " ",
|
||||
icon_hl = icon_color,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue