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

[neovim] Add align plugin

This commit is contained in:
2023-02-16 19:48:08 +01:00
parent f5b705b7c5
commit fee817f060
3 changed files with 8 additions and 0 deletions

View File

@ -66,6 +66,7 @@ lazy.setup({
dependencies = { "MunifTanjim/nui.nvim" },
},
{ "taybart/b64.nvim", event = "VeryLazy" },
{ "echasnovski/mini.align", event = "VeryLazy", version = "*" },
-- cmp plugins
{