Updated config

This commit is contained in:
Eduard Urbach 2024-06-17 16:19:21 +02:00
parent b84ee0bf0f
commit 1837aafe58
Signed by: eduard
GPG key ID: 49226B848C78F6C8
22 changed files with 59 additions and 135 deletions

View file

@ -1,12 +0,0 @@
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)