From d72d7755ac148adc865bc46d8481d20afa590389 Mon Sep 17 00:00:00 2001 From: Ade Attwood Date: Sat, 8 Jun 2024 14:27:04 +0100 Subject: [PATCH] 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. --- modules/nvim.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/nvim.lua b/modules/nvim.lua index 3384840..7ba71ab 100644 --- a/modules/nvim.lua +++ b/modules/nvim.lua @@ -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 = {