We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fbbcb4 commit fa21685Copy full SHA for fa21685
lua/noice/config/init.lua
@@ -26,6 +26,7 @@ function M.defaults()
26
filter = { pattern = "^:%s*!", icon = "$", lang = "bash" },
27
lua = { pattern = "^:%s*lua%s+", icon = "", lang = "lua" },
28
help = { pattern = "^:%s*he?l?p?%s+", icon = "" },
29
+ calculator = { pattern = "^=", icon = "", lang = "vimnormal" },
30
input = {}, -- Used by input()
31
-- lua = false, -- to disable a format, set to `false`
32
},
0 commit comments