diff --git a/pkgs/LazyVim.nix b/pkgs/LazyVim.nix index 00487a7..a7afa44 100644 --- a/pkgs/LazyVim.nix +++ b/pkgs/LazyVim.nix @@ -37,16 +37,6 @@ in # FIXME: trouble.nvim doesn't like be loaded from /nix/store (plugins."trouble.nvim".spec // { enabled = false; }) - - # FIXME: noice.nvim breaks cmdline and prevents exiting nvim - # TODO: Add test coverage to reproduce the error in nix check - ( - plugins."noice.nvim".spec - // { - opts.cmdline.enabled = false; - opts.messages.enabled = false; - } - ) ] ++ (extraSpecs "lazyvim.plugins");