From fa21763215c31a3616d0b32692b825935eef8236 Mon Sep 17 00:00:00 2001 From: thek4n Date: Thu, 18 Apr 2024 09:14:09 +0300 Subject: [PATCH] ref --- home/user/.config/nvim/lua/base/lazy.lua | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/home/user/.config/nvim/lua/base/lazy.lua b/home/user/.config/nvim/lua/base/lazy.lua index 56fe347..c871b5a 100644 --- a/home/user/.config/nvim/lua/base/lazy.lua +++ b/home/user/.config/nvim/lua/base/lazy.lua @@ -5,7 +5,7 @@ local function install_lazy_if_not_installed(lazypath) "git", "clone", "--filter=blob:none", "https://github.com/folke/lazy.nvim.git", - "--branch=stable", -- latest stable release + "--branch=stable", lazypath, }) end @@ -32,7 +32,5 @@ end require("lazy").setup( plugins, - { - lockfile = vim.fn.stdpath "data" .. "/lazy-lock.json" - } + { lockfile = vim.fn.stdpath("data") .. "/lazy-lock.json" } ) \ No newline at end of file