From 305328f3c36a9e208a8d0309a3c5b35bb753c3e4 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Thu, 5 Jan 2023 17:56:34 +0100 Subject: [PATCH] feat(lazy): use lazy.nvim HEAD for now till this repo is more stable --- lua/lazyvim/plugins/core.lua | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 lua/lazyvim/plugins/core.lua diff --git a/lua/lazyvim/plugins/core.lua b/lua/lazyvim/plugins/core.lua new file mode 100644 index 00000000..7a1d9378 --- /dev/null +++ b/lua/lazyvim/plugins/core.lua @@ -0,0 +1,4 @@ +return { + -- set to HEAD for now. I'm sill making too many changes for this repo related to lazy itself + { "folke/lazy.nvim", version = false }, +}