First commit
Added zsh, kitty, tmux, nvim and yazi
This commit is contained in:
16
.config/nvim/lua/custom/plugins/cheatsheet.lua
Normal file
16
.config/nvim/lua/custom/plugins/cheatsheet.lua
Normal file
@@ -0,0 +1,16 @@
|
||||
return {
|
||||
{
|
||||
"sudormrfbin/cheatsheet.nvim",
|
||||
dependencies = {
|
||||
"nvim-telescope/telescope.nvim",
|
||||
"nvim-lua/popup.nvim",
|
||||
"nvim-lua/plenary.nvim",
|
||||
},
|
||||
config = function()
|
||||
require("cheatsheet").setup({
|
||||
vim.keymap.set("n", "cs", "<CMD>Cheatsheet<CR>", { desc = "Open parent directory" }),
|
||||
vim.keymap.set("n", "cse", "<CMD>CheatsheetEdit<CR>", { desc = "Open parent directory" }),
|
||||
})
|
||||
end,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user