refactor(nvim): use default noice config
This commit is contained in:
parent
f7134f4eb7
commit
bb55d8e684
@ -1,19 +1 @@
|
|||||||
require("noice").setup({
|
require("noice").setup({})
|
||||||
cmdline = {
|
|
||||||
format = {
|
|
||||||
cmdline = { "^:", icon = "" },
|
|
||||||
},
|
|
||||||
},
|
|
||||||
views = {
|
|
||||||
cmdline_popup = {
|
|
||||||
position = {
|
|
||||||
row = "99%",
|
|
||||||
col = "0%",
|
|
||||||
},
|
|
||||||
border = {
|
|
||||||
style = "none",
|
|
||||||
padding = { 0, 0 },
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
})
|
|
||||||
|
Loading…
Reference in New Issue
Block a user