Generic update.

This commit is contained in:
CronyAkatsuki 2024-10-18 17:19:34 +02:00
parent 5d658930f4
commit 5c531443b4
2 changed files with 10 additions and 1 deletions

3
after/plugin/bare.lua Normal file
View File

@ -0,0 +1,3 @@
require("baredot").setup({
git_dir = "~/.local/share/yadm/repo.git",
})

View File

@ -103,10 +103,16 @@ require("lazy").setup({
},
-- Trying out writting plugins
{ dir = "~/repos/neovim/plugins/md-tools.nvim" },
-- { dir = "~/repos/neovim/plugins/md-tools.nvim" },
-- Minimal neovim modules for a lot of things
{ "echasnovski/mini.nvim" },
-- Add support for git home management with bare repo
{ "ejrichards/baredot.nvim" },
-- Simple remainder for keybindings for when I enter vim after a long time
{ "folke/which-key.nvim" },
}, {
install = {
colorscheme = { "catppuccin" },