Skip to content

Commit

Permalink
fix: mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
quantumfate committed Jul 27, 2023
1 parent b7da231 commit 8c31bff
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions lua/qvim/core/plugins/noice.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ local noice = {
name = nil,
options = {
lsp = {
message = {
-- Messages shown by lsp servers
enabled = false,
view = "notify",
opts = {},
},
-- override markdown rendering so that **cmp** and other plugins use **Treesitter**
override = {
["vim.lsp.util.convert_input_to_markdown_lines"] = true,
Expand Down Expand Up @@ -66,6 +72,13 @@ local noice = {
},
},
},
routes = {
{
view = "mini",
filter = { event = "msg_show", min_height = 20 },
["not"] = { kind = { "search_count", "echo" }, find = { "null-ls" } },
},
}
},
keymaps = {},
main = "noice",
Expand Down

0 comments on commit 8c31bff

Please sign in to comment.