1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-02 13:19:25 +00:00

[neovim] Bump indent-blankline to 'ibl' version

This commit is contained in:
2023-10-09 19:50:41 +02:00
parent f408f6a703
commit 6194432e9e
2 changed files with 21 additions and 14 deletions

View File

@ -104,7 +104,7 @@ require("lazy").setup({
{ "akinsho/bufferline.nvim", event = "VeryLazy", version = "v4.*" },
{ "moll/vim-bbye" },
{ "nvim-lualine/lualine.nvim", event = "VeryLazy" },
{ "lukas-reineke/indent-blankline.nvim", event = "BufReadPost", version = "v2.*" },
{ "lukas-reineke/indent-blankline.nvim", event = "BufReadPost", main = "ibl" },
{ "nvim-zh/auto-save.nvim", event = "BufReadPost" },
{
"folke/noice.nvim",