]> git.rmz.io Git - dotfiles.git/blobdiff - nvim/lua/plugins/lsp/init.lua
lazyvim: extract opts function into util/lazy
[dotfiles.git] / nvim / lua / plugins / lsp / init.lua
index d32e76c8b333359fdc3fe160ebebe95eeeb63c25..af50c8ca1438344f2e1b68dab2f34392aa438bcf 100644 (file)
@@ -128,7 +128,7 @@ return {
         ensure_installed = vim.tbl_deep_extend(
           "force",
           ensure_installed,
-          LazyVim.opts("mason-lspconfig.nvim").ensure_installed or {}
+          rmz.lazy.opts("mason-lspconfig.nvim").ensure_installed or {}
         ),
         handlers = { setup },
       })