Skip to content

Commit

Permalink
fix: remove old neovide compatibility warning (#545)
Browse files Browse the repository at this point in the history
  • Loading branch information
Saghen committed Jul 21, 2023
1 parent 6797409 commit dfbe27c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lua/noice/health.lua
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,6 @@ function M.check(opts)
end
end

if vim.g.neovide then
log.warn("Noice may not work correctly with Neovide. Please see #17")
else
log.ok("Not running inside **Neovide**")
end

local uis = vim.api.nvim_list_uis()
for _, ui in ipairs(uis) do
local ok = true
Expand Down

0 comments on commit dfbe27c

Please sign in to comment.