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:
parent
f4d9e842ed
commit
d72d7755ac
1 changed files with 1 additions and 0 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue