@@ -12,49 +12,49 @@ return function()
1212 icon = " " ,
1313 desc = " Load Last Session " ,
1414 shortcut = " SPC s r" ,
15- action = " lua require('persistence').load({ last = true })"
15+ action = " lua require('persistence').load({ last = true })" ,
1616 },
1717 {
1818 icon = " " ,
1919 desc = " Recently Opened Files " ,
2020 shortcut = " SPC f r" ,
21- action = " lua require('telescope.builtin').oldfiles()"
21+ action = " lua require('telescope.builtin').oldfiles()" ,
2222 },
2323 {
2424 icon = " " ,
2525 desc = " Jump to Bookmark " ,
2626 shortcut = " SPC s m" ,
27- action = " lua require('telescope.builtin').marks()"
27+ action = " lua require('telescope.builtin').marks()" ,
2828 },
2929 {
3030 icon = " " ,
3131 desc = " Find File " ,
3232 shortcut = " SPC f f" ,
33- action = " lua require('telescope.builtin').find_files()"
33+ action = " lua require('telescope.builtin').find_files()" ,
3434 },
3535 {
3636 icon = " " ,
3737 desc = " Find Word " ,
3838 shortcut = " SPC f g" ,
39- action = " lua require('telescope.builtin').live_grep()"
39+ action = " lua require('telescope.builtin').live_grep()" ,
4040 },
4141 {
4242 icon = " " ,
4343 desc = " Open Private Configuration " ,
4444 shortcut = " SPC d c" ,
45- action = " lua require('doom.core.functions').edit_config()"
45+ action = " lua require('doom.core.functions').edit_config()" ,
4646 },
4747 {
4848 icon = " " ,
4949 desc = " Open Documentation " ,
5050 shortcut = " SPC d d" ,
51- action = " lua require('doom.core.functions').open_docs()"
51+ action = " lua require('doom.core.functions').open_docs()" ,
5252 },
5353 }
5454
5555 -- Custom Footer
5656 db .custom_footer = {
57- " " , -- add 'newline' padding between `custom_center` and `custom_footer`
57+ " " , -- add 'newline' padding between `custom_center` and `custom_footer`
5858 " Doom Nvim loaded in " .. vim .fn .printf (
5959 " %.3f" ,
6060 vim .fn .reltimefloat (vim .fn .reltime (vim .g .start_time ))
0 commit comments