Refactor: use vim 0.12 built-in package manager.

- removes lazyvim
- updates cmp config
This commit is contained in:
2026-04-25 10:39:16 -05:00
parent 3d16375b54
commit 32832a8260
11 changed files with 267 additions and 113 deletions
-7
View File
@@ -1,8 +1 @@
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")