feat: baleia.nvim for compile-mode.nvim ansi color support

This commit is contained in:
2026-03-09 15:54:20 -04:00
parent 57e2fe7ea7
commit 5acdbaaa70
+4 -2
View File
@@ -35,13 +35,15 @@ vim.pack.add({
"https://github.com/nvimtools/none-ls.nvim", "https://github.com/nvimtools/none-ls.nvim",
"https://github.com/nvim-lua/plenary.nvim", "https://github.com/nvim-lua/plenary.nvim",
"https://github.com/nvim-telescope/telescope.nvim", "https://github.com/nvim-telescope/telescope.nvim",
"https://github.com/ej-shafran/compile-mode.nvim" "https://github.com/ej-shafran/compile-mode.nvim",
"https://github.com/m00qek/baleia.nvim",
}) })
vim.g.compile_mode = { vim.g.compile_mode = {
default_command = "nix build", default_command = "nix build",
recompile_no_fail = true, recompile_no_fail = true,
buffer_name = "*compile*" buffer_name = "*compile*",
baleia_setup = true,
} }
vim.keymap.set("n", "<leader>c", function() vim.keymap.set("n", "<leader>c", function()
local id = -1 local id = -1