lua/pika/plugins/colorschemes.lua
This commit is contained in:
parent
a91160e0bd
commit
72bb801cf8
2 changed files with 108 additions and 121 deletions
|
@ -118,6 +118,17 @@ return {
|
|||
-- end,
|
||||
-- desc = "Buffers",
|
||||
-- },
|
||||
|
||||
-- both of the next two bindings are the same, just for different keymaps
|
||||
-- ─< find [N]eovim config >────────────────────────────────────────────────────────────
|
||||
{
|
||||
"<leader>fn",
|
||||
function()
|
||||
Snacks.picker.files({ cwd = vim.fn.stdpath("config") })
|
||||
end,
|
||||
desc = "Find Config File",
|
||||
},
|
||||
-- ─< find neovim [C]onfig >────────────────────────────────────────────────────────────
|
||||
{
|
||||
"<leader>fc",
|
||||
function()
|
||||
|
@ -125,6 +136,7 @@ return {
|
|||
end,
|
||||
desc = "Find Config File",
|
||||
},
|
||||
|
||||
{
|
||||
"<leader>ff",
|
||||
function()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue