Added Chezmoi config dotfiles

This commit is contained in:
2024-08-25 11:28:11 +02:00
parent 7cb6bbef83
commit b444bfbe60
4 changed files with 11 additions and 0 deletions

View File

@ -17,6 +17,8 @@ require("lazy").setup({
-- Import the plugins from the "plugins/" directory
spec = { import = "plugins" },
install = { colorscheme = { "catppuccin-mocha" } },
-- Don't notify every time a plugin file changes
change_detection = { notify = false },