feat(nvim): add custom command input icon

This commit is contained in:
Price Hiller 2022-10-20 13:40:38 -05:00
parent e31ff5dcda
commit 042a3a67fa

View File

@ -1,4 +1,9 @@
require("noice").setup({
cmdline = {
format = {
cmdline = { "^:", icon = "" },
},
},
views = {
cmdline_popup = {
position = {