First commit

Added zsh, kitty, tmux, nvim and yazi
This commit is contained in:
2024-09-20 21:24:11 +02:00
commit 84202d1eae
46 changed files with 4500 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
return {
{
"folke/todo-comments.nvim",
dependencies = { "nvim-lua/plenary.nvim" },
opts = {
-- your configuration comes here
-- or leave it empty to use the default settings
-- refer to the configuration section below
}
},
}