1
0

Added AI, cleaned up some things

This commit is contained in:
2025-04-20 14:56:10 +02:00
parent 6b8298f00d
commit 1337963f72
9 changed files with 162 additions and 84 deletions

View File

@@ -13,12 +13,10 @@ end
vim.opt.rtp:prepend(lazypath)
require("barink.keys")
require("lazy").setup("barink.plugins" , {
root = vim.fn.stdpath("data") .. "/lazy", -- directory where plugins will be installed
-- leave nil when passing the spec as the first argument to setup()
root = vim.fn.stdpath("data") .. "/lazy",
change_detection = {
-- automatically check for config file changes and reload the ui
enabled = false,
notify = true, -- get a notification when changes are found
notify = true,
},
})