Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
igorlfs committed Apr 12, 2023
1 parent a3c2f72 commit 00f3069
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nvim/.config/nvim/lua/plugins/noice.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ require("noice").setup({
},
opts = { skip = true },
},
-- Hide useless LSP message
{
filter = { find = "No information available" },
opts = { stop = true },
},
},
})

Expand Down

0 comments on commit 00f3069

Please sign in to comment.