♻️ refactor(nvim): use lazy.nvim native lazyrc spec instead of custom extra

This commit is contained in:
Sergio Laín 2024-05-26 17:27:08 +02:00
parent 4541528ba1
commit c4aba759d0
No known key found for this signature in database
GPG key ID: FB00AF7015FFE76B

View file

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