mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-24 17:58:51 +02:00
fix(noice): dont show old messages when installing plugins
This commit is contained in:
parent
351336244c
commit
faee8ce581
2 changed files with 10 additions and 3 deletions
|
@ -8,9 +8,6 @@ return {
|
|||
"pwntester/octo.nvim",
|
||||
cmd = "Octo",
|
||||
event = { { event = "BufReadCmd", pattern = "octo://*" } },
|
||||
init = function()
|
||||
vim.treesitter.language.register("markdown", "octo")
|
||||
end,
|
||||
opts = {
|
||||
enable_builtin = true,
|
||||
default_to_projects_v2 = true,
|
||||
|
@ -41,6 +38,7 @@ return {
|
|||
{
|
||||
"pwntester/octo.nvim",
|
||||
opts = function(_, opts)
|
||||
vim.treesitter.language.register("markdown", "octo")
|
||||
if LazyVim.has("telescope.nvim") then
|
||||
opts.picker = "telescope"
|
||||
elseif LazyVim.has("fzf-lua") then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue