1
0

Merge Windows 2026

This commit is contained in:
2026-01-03 23:28:17 +01:00
parent e75c184a15
commit 23866e92ab
15 changed files with 195 additions and 161 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,
},
})