mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-24 05:21:04 +00:00
Disable noice plugin
This commit is contained in:
parent
cfbd3fcacb
commit
3be0d6edeb
1 changed files with 5 additions and 5 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
return {
|
return {
|
||||||
"folke/noice.nvim",
|
"folke/noice.nvim",
|
||||||
opts = {
|
enabled = false,
|
||||||
cmdline = {
|
-- opts = {
|
||||||
view = "cmdline",
|
-- cmdline = {
|
||||||
},
|
-- view = "cmdline", },
|
||||||
},
|
-- },
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue