Skip to content

Commit

Permalink
style: remove warning about being unstable on Nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jan 14, 2023
1 parent 78047d4 commit b415afa
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions lua/noice/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,6 @@ function M.setup(opts)
require("noice.message.router").setup()
M.enable()
end)
local ui = vim.api.nvim_list_uis()[1]
if ui and ui.chan == 1 and ui.ext_termcolors then
vim.notify(
[[**noice.nvim** is currently unstable on nightly. For more details,
see https://github.com/folke/noice.nvim/issues/298]],
vim.log.levels.WARN,
{ title = "noice.nvim" }
)
end
end

if vim.v.vim_did_enter == 0 then
Expand Down

0 comments on commit b415afa

Please sign in to comment.