diff options
author | Raymaekers Luca <luca@spacehb.net> | 2025-04-22 09:54:29 +0200 |
---|---|---|
committer | Raymaekers Luca <luca@spacehb.net> | 2025-04-22 09:54:29 +0200 |
commit | 0b41d94dd888249c3ef378350ca6029787954696 (patch) | |
tree | 1ec8081131769ba1fb626a06f209e0556d977376 | |
parent | ddad9ca6370c97991679bcfd91704e8548bb973a (diff) |
checkpoint
-rw-r--r-- | lua/config/lazy.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/config/lazy.lua b/lua/config/lazy.lua index 3fd9dc9..2620077 100644 --- a/lua/config/lazy.lua +++ b/lua/config/lazy.lua @@ -1,4 +1,3 @@ --- bootstraping local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim" if not vim.loop.fs_stat(lazypath) then vim.fn.system({ |