From c4aba759d09933af4b1daacb11c396853afd2f55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 26 May 2024 17:27:08 +0200 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20refactor(nvim):=20use=20la?= =?UTF-8?q?zy.nvim=20native=20lazyrc=20spec=20instead=20of=20custom=20extr?= =?UTF-8?q?a?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/nvim/lua/config/lazy.lua | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.config/nvim/lua/config/lazy.lua b/.config/nvim/lua/config/lazy.lua index 806d45e9..913407d5 100644 --- a/.config/nvim/lua/config/lazy.lua +++ b/.config/nvim/lua/config/lazy.lua @@ -12,10 +12,13 @@ require("lazy").setup({ { "LazyVim/LazyVim", import = "lazyvim.plugins", - opts = { colorscheme = "catppuccin" }, + opts = { + colorscheme = "catppuccin", + }, + }, + { + import = "plugins", }, - { import = "plugins" }, - { import = "lazyvim.plugins.extras.lazyrc" }, }, ui = { backdrop = 100, @@ -25,6 +28,7 @@ require("lazy").setup({ version = false, -- always use the latest git commit -- version = "*", -- try installing the latest stable version for plugins that support semver }, + local_spec = true, checker = { enabled = true }, -- automatically check for plugin updates performance = { cache = {