Refactor: switch from packer to lazy.vim

- Packer is no longer maintained (as of August, 2023)
This commit is contained in:
2026-04-22 09:27:59 -05:00
parent b8c25c7bc1
commit 0c59342399
5 changed files with 37 additions and 35 deletions
+7
View File
@@ -1 +1,8 @@
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
if not vim.loop.fs_stat(lazypath) then
vim.fn.system({"git", "clone", "--filter=blob:none", "https://github.com/folke/lazy.nvim.git", "--branch=stable",
lazypath})
end
vim.opt.rtp:prepend(lazypath)
require("cole")