Fix command line

This commit is contained in:
Marcelo Jacobus 2024-06-07 14:11:55 -03:00
parent 411f8eaa93
commit ec0fed3d0e

8
lua/plugins/noice.lua Normal file
View file

@ -0,0 +1,8 @@
return {
"folke/noice.nvim",
opts = {
cmdline = {
view = "cmdline",
},
},
}