initial push

This commit is contained in:
2024-11-17 14:16:59 +01:00
commit 0e6ea24079
30 changed files with 3676 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
return {
{ "typicode/bg.nvim", lazy = false },
}

View File

@@ -0,0 +1,12 @@
return {
{
"smoka7/hop.nvim",
version = "*",
opts = {
keys = "etovxqpdygfblzhckisuran",
},
keys = {
{ "<leader><space>", "<cmd>HopWord<cr>", desc = "Hop to any word" },
},
},
}

View File

@@ -0,0 +1,10 @@
return {
-- { "navarasu/onedark.nvim", opts = { style = "darker" } },
-- { "LazyVim/LazyVim", opts = {
-- colorscheme = "onedark",
-- } },
{ "catppuccin/nvim", name = "catppuccin" },
{ "LazyVim/LazyVim", opts = {
colorscheme = "catppuccin",
} },
}