mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-23 21:11:03 +00:00
Fix command line
This commit is contained in:
parent
411f8eaa93
commit
ec0fed3d0e
1 changed files with 8 additions and 0 deletions
8
lua/plugins/noice.lua
Normal file
8
lua/plugins/noice.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
return {
|
||||||
|
"folke/noice.nvim",
|
||||||
|
opts = {
|
||||||
|
cmdline = {
|
||||||
|
view = "cmdline",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue