We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb5b179 commit a3cad26Copy full SHA for a3cad26
home-manager/common/neovim/lua/config/lazy.lua
@@ -10,7 +10,7 @@ vim.opt.rtp:prepend(vim.env.LAZY or lazypath)
10
require("lazy").setup({
11
spec = {
12
-- add LazyVim and import its plugins
13
- { "LazyVim/LazyVim", import = "lazyvim.plugins", version = "v12.27.0" },
+ { "LazyVim/LazyVim", import = "lazyvim.plugins", version = "v12.38.2" },
14
-- https://github.com/LazyVim/LazyVim/discussions/1972#discussion-5826338 [[
15
{ "nvim-telescope/telescope-fzf-native.nvim", enabled = true },
16
{ "williamboman/mason.nvim", enabled = false },
0 commit comments