feat(vim): add baleia.nvim plugin to color buffers

This plugin will allow you to color a buffer with ansi characters. This
is good for when you want to dump the output of a command into a buffer,
you can do it with nice colors now too.

Sapling.nvim uses this for the log buffers. That is not installed with
our dotfiles, I will someday have a sapling provider for installing and
keeping plugins updated, for now I will keep it updated manually for
now.
This commit is contained in:
Ade Attwood 2024-06-08 14:27:04 +01:00
parent f4d9e842ed
commit d72d7755ac

View file

@ -50,6 +50,7 @@ local start_plugins = {
["neoformat"] = { url = "https://github.com/sbdchd/neoformat" },
["csharpls-extended-lsp"] = { url = "https://github.com/Decodetalkers/csharpls-extended-lsp.nvim" },
["Ionide-vim"] = { url = "https://github.com/ionide/Ionide-vim" },
["baleia.nvim"] = { url = "https://github.com/m00qek/baleia.nvim", revision = "main" },
}
local opt_plugins = {