diff --git a/init.lua b/init.lua index 863e603..f53ad1d 100644 --- a/init.lua +++ b/init.lua @@ -9,5 +9,5 @@ else -- │ themes are under ./lua/pika/plugins/colorschemes.lua │ -- ╰──────────────────────────────────────────────────────╯ - vim.cmd.colorscheme("rose-pine") + vim.cmd.colorscheme("duskfox") end diff --git a/lua/pika/plugins/git.lua b/lua/pika/plugins/git.lua index cfcdb24..b431146 100644 --- a/lua/pika/plugins/git.lua +++ b/lua/pika/plugins/git.lua @@ -1,14 +1,14 @@ -if true then - return {} -end +-- if true then +-- return {} +-- end -- WARNING: If this line is true, then the plugin will NOT get sourced! return { - { - "sindrets/diffview.nvim", - opts = {}, - vim.keymap.set("n", "gd", "DiffviewOpen", { desc = "Git DiffviewOpen" }), - vim.keymap.set("n", "gc", "DiffviewClose", { desc = "Git DiffviewClose" }), - }, + -- { + -- "sindrets/diffview.nvim", + -- opts = {}, + -- vim.keymap.set("n", "gd", "DiffviewOpen", { desc = "Git DiffviewOpen" }), + -- vim.keymap.set("n", "gc", "DiffviewClose", { desc = "Git DiffviewClose" }), + -- }, -- { -- "tanvirtin/vgit.nvim", -- dependencies = { "nvim-lua/plenary.nvim", "nvim-tree/nvim-web-devicons" }, diff --git a/snippets b/snippets index 929f26d..bab1817 160000 --- a/snippets +++ b/snippets @@ -1 +1 @@ -Subproject commit 929f26d76e87910f3ee76f3f8643fa2ee2e9b428 +Subproject commit bab181730c06bfc8880832dd3d14fcb032d1538b