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,7 @@
return {
"windwp/nvim-autopairs",
event = "InsertEnter",
config = true,
-- use opts = {} for passing setup options
-- this is equivalent to setup({}) function
}