feat: Adds mini-ai, ghostty config updates, tmux config updates.

This commit is contained in:
2024-12-29 09:07:18 -05:00
parent 9ead148f34
commit 963fcd2810
7 changed files with 74 additions and 37 deletions

View File

@@ -34,6 +34,13 @@ require("lazy").setup({
version = "v0.*",
event = "VeryLazy",
},
{
"echasnovski/mini.ai",
version = "*",
config = function()
require("mini.ai").setup({})
end,
},
}, {
checker = {
enabled = true,