Skip to content

Commit

Permalink
fix(noice-nvim): Remove conditional, enabling noice on neovide (#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzaaft authored Oct 25, 2023
1 parent bfd28ec commit c7e809e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/astrocommunity/utility/noice-nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ return {
{
"folke/noice.nvim",
event = "VeryLazy",
cond = not vim.g.neovide,
dependencies = { "MunifTanjim/nui.nvim" },
opts = function(_, opts)
return utils.extend_tbl(opts, {
Expand Down

0 comments on commit c7e809e

Please sign in to comment.