Compare commits
No commits in common. "431197d583fb165a828d6fcda9a04b4431780521" and "4ad4299d4861441aaf072ff353af857710725ebb" have entirely different histories.
431197d583
...
4ad4299d48
|
@ -1,14 +0,0 @@
|
|||
return {
|
||||
{
|
||||
"mistricky/codesnap.nvim",
|
||||
build = "make",
|
||||
cmd = "CodeSnap",
|
||||
config = {
|
||||
bg_color = "#535c68",
|
||||
code_font_family = "JetBrainsMono Nerd Font",
|
||||
mac_window_bar = false,
|
||||
has_breadcrumbs = true,
|
||||
title = "Test",
|
||||
},
|
||||
},
|
||||
}
|
|
@ -1,13 +1,9 @@
|
|||
return {
|
||||
{
|
||||
"stevearc/oil.nvim",
|
||||
opts = {
|
||||
keymaps = {
|
||||
["q"] = "actions.close",
|
||||
},
|
||||
},
|
||||
opts = {},
|
||||
cmd = { "Oil" },
|
||||
keys = { { "<leader>o", "<CMD>Oil --float<CR>", desc = "Oil", remap = true } },
|
||||
keys = { { "<leader>o", "<CMD>Oil<CR>", desc = "Oil", remap = true } },
|
||||
-- Optional dependencies
|
||||
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue