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 = {