mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +00:00
docs: add TODO comments to dashboard config
This commit is contained in:
parent
aef5882ea2
commit
56efcebc3b
1 changed files with 6 additions and 5 deletions
|
@ -184,11 +184,12 @@ in {
|
|||
val = {
|
||||
{ type = "text", val = "Quick links", opts = { hl = "SpecialComment", position = "center" } },
|
||||
{ type = "padding", val = 1 },
|
||||
dashboard.button("e", " New file", "<cmd>ene<CR>"),
|
||||
dashboard.button("SPC F", " Find file"),
|
||||
dashboard.button("SPC ff", " Live grep"),
|
||||
dashboard.button("SPC p", " Projects"),
|
||||
dashboard.button("q", " Quit", "<cmd>qa<CR>"),
|
||||
-- TODO: buttons should be added based on whether or not the relevant plugin is available
|
||||
dashboard.button("e", " New file", "<cmd>ene<CR>"), -- available all the time
|
||||
dashboard.button("SPC F", " Find file"), -- telescope
|
||||
dashboard.button("SPC ff", " Live grep"), -- telescope
|
||||
dashboard.button("SPC p", " Projects"), -- any project
|
||||
dashboard.button("q", " Quit", "<cmd>qa<CR>"), -- available all the time
|
||||
},
|
||||
position = "center",
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue