From 5def1357387d7b6529c288c8d5956be0c4fb7521 Mon Sep 17 00:00:00 2001 From: Liam Dyer Date: Fri, 21 Jul 2023 14:56:42 -0400 Subject: [PATCH] fix: remove old neovide compatibility warning --- lua/noice/health.lua | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lua/noice/health.lua b/lua/noice/health.lua index 64833bff..678fe788 100644 --- a/lua/noice/health.lua +++ b/lua/noice/health.lua @@ -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