diff options
| author | ngharo <root@ngha.ro> | 2025-12-10 20:33:36 -0600 |
|---|---|---|
| committer | ngharo <root@ngha.ro> | 2025-12-10 20:33:36 -0600 |
| commit | 7041a218d5cdcb6131697078e4422deb457c6cf0 (patch) | |
| tree | b19f3f78f5bc25040dcb684ecd6afd642a1dc30d /lua/core/plugins.lua | |
| parent | 66c9b0f63220d6e7f6e2e858e80f3cb83539cd50 (diff) | |
| download | nvim-7041a218d5cdcb6131697078e4422deb457c6cf0.tar.xz nvim-7041a218d5cdcb6131697078e4422deb457c6cf0.zip | |
Diffstat (limited to 'lua/core/plugins.lua')
| -rw-r--r-- | lua/core/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/core/plugins.lua b/lua/core/plugins.lua index 3fcbdec..faeae4a 100644 --- a/lua/core/plugins.lua +++ b/lua/core/plugins.lua @@ -5,7 +5,7 @@ if not 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 |
