From 9003e48d4b55a0bd1a062850a57496f888ec5fbc Mon Sep 17 00:00:00 2001 From: Daveanand Mannie Date: Thu, 22 Aug 2024 14:34:48 -0400 Subject: [PATCH] known working stat --- lua/config/lazy.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/lua/config/lazy.lua b/lua/config/lazy.lua index 588c17b..3b8e638 100644 --- a/lua/config/lazy.lua +++ b/lua/config/lazy.lua @@ -13,12 +13,10 @@ if not (vim.uv or vim.loop).fs_stat(lazypath) then end end vim.opt.rtp:prepend(lazypath) - require("lazy").setup({ spec = { -- add LazyVim and import its plugins { "LazyVim/LazyVim", import = "lazyvim.plugins" }, - { import = "lazyvim.plugins.extras.editor.fzf" }, { import = "plugins" }, }, defaults = {