config update
This commit is contained in:
parent
38d9610d92
commit
9bb5cee85a
3 changed files with 11 additions and 11 deletions
2
init.lua
2
init.lua
|
@ -9,5 +9,5 @@ else
|
||||||
-- │ themes are under ./lua/pika/plugins/colorschemes.lua │
|
-- │ themes are under ./lua/pika/plugins/colorschemes.lua │
|
||||||
-- ╰──────────────────────────────────────────────────────╯
|
-- ╰──────────────────────────────────────────────────────╯
|
||||||
|
|
||||||
vim.cmd.colorscheme("rose-pine")
|
vim.cmd.colorscheme("duskfox")
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
if true then
|
-- if true then
|
||||||
return {}
|
-- return {}
|
||||||
end
|
-- end
|
||||||
-- WARNING: If this line is true, then the plugin will NOT get sourced!
|
-- WARNING: If this line is true, then the plugin will NOT get sourced!
|
||||||
return {
|
return {
|
||||||
{
|
-- {
|
||||||
"sindrets/diffview.nvim",
|
-- "sindrets/diffview.nvim",
|
||||||
opts = {},
|
-- opts = {},
|
||||||
vim.keymap.set("n", "<leader>gd", "<CMD>DiffviewOpen<CR>", { desc = "Git DiffviewOpen" }),
|
-- vim.keymap.set("n", "<leader>gd", "<CMD>DiffviewOpen<CR>", { desc = "Git DiffviewOpen" }),
|
||||||
vim.keymap.set("n", "<leader>gc", "<CMD>DiffviewClose<CR>", { desc = "Git DiffviewClose" }),
|
-- vim.keymap.set("n", "<leader>gc", "<CMD>DiffviewClose<CR>", { desc = "Git DiffviewClose" }),
|
||||||
},
|
-- },
|
||||||
-- {
|
-- {
|
||||||
-- "tanvirtin/vgit.nvim",
|
-- "tanvirtin/vgit.nvim",
|
||||||
-- dependencies = { "nvim-lua/plenary.nvim", "nvim-tree/nvim-web-devicons" },
|
-- dependencies = { "nvim-lua/plenary.nvim", "nvim-tree/nvim-web-devicons" },
|
||||||
|
|
2
snippets
2
snippets
|
@ -1 +1 @@
|
||||||
Subproject commit 929f26d76e87910f3ee76f3f8643fa2ee2e9b428
|
Subproject commit bab181730c06bfc8880832dd3d14fcb032d1538b
|
Loading…
Add table
Add a link
Reference in a new issue