This commit is contained in:
Jannik Donker
2024-04-07 11:40:22 +02:00
parent 527d184422
commit 9d9108f2c2
11 changed files with 115 additions and 38 deletions
+1 -3
View File
@@ -5,7 +5,7 @@ if not (vim.uv or vim.loop).fs_stat(lazypath) then
"clone",
"--filter=blob:none",
"https://github.com/folke/lazy.nvim.git",
"--branch=stable", -- latest stable release
"--branch=stable",
lazypath,
})
end
@@ -13,5 +13,3 @@ vim.opt.rtp:prepend(lazypath)
require("vim-options")
require("lazy").setup("plugins")