feat: baleia.nvim for compile-mode.nvim ansi color support
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user