Skip to content

Commit a3cad26

Browse files
committed
feat: upgrade LazyVim
1 parent bb5b179 commit a3cad26

File tree

1 file changed

+1
-1
lines changed
  • home-manager/common/neovim/lua/config

1 file changed

+1
-1
lines changed

home-manager/common/neovim/lua/config/lazy.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ vim.opt.rtp:prepend(vim.env.LAZY or lazypath)
1010
require("lazy").setup({
1111
spec = {
1212
-- add LazyVim and import its plugins
13-
{ "LazyVim/LazyVim", import = "lazyvim.plugins", version = "v12.27.0" },
13+
{ "LazyVim/LazyVim", import = "lazyvim.plugins", version = "v12.38.2" },
1414
-- https://github.com/LazyVim/LazyVim/discussions/1972#discussion-5826338 [[
1515
{ "nvim-telescope/telescope-fzf-native.nvim", enabled = true },
1616
{ "williamboman/mason.nvim", enabled = false },

0 commit comments

Comments
 (0)