1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-05 12:39:26 +00:00

[neovim] Add base64 plugin

This commit is contained in:
2022-11-09 19:22:40 +01:00
parent 203e1c92c8
commit a642c809af
2 changed files with 7 additions and 2 deletions

View File

@ -60,6 +60,7 @@ return packer.startup(function(use)
branch = "v2.x",
requires = { "MunifTanjim/nui.nvim", commit = "d12a6977846b2fa978bff89b439e509320854e10" },
})
use({ "taybart/b64.nvim", commit = "12dde6ebc3035f010833f513cfbd9abad92b28b3" })
-- Colorschemes
use({ "folke/tokyonight.nvim", commit = "a9f4933221c315037cc6700e964ce4d97f074206" })