refactor(nvim): use centered noice popups
This commit is contained in:
parent
89650b5517
commit
76374b1363
@ -1,14 +1 @@
|
|||||||
require("noice").setup({
|
require("noice").setup()
|
||||||
cmdline = {
|
|
||||||
view = "cmdline",
|
|
||||||
},
|
|
||||||
routes = {
|
|
||||||
{
|
|
||||||
filter = {
|
|
||||||
event = "cmdline",
|
|
||||||
find = "^%s*[/?]",
|
|
||||||
},
|
|
||||||
view = "cmdline",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
})
|
|
||||||
|
@ -41,9 +41,9 @@ return packer.startup({
|
|||||||
use({
|
use({
|
||||||
"folke/noice.nvim",
|
"folke/noice.nvim",
|
||||||
config = function()
|
config = function()
|
||||||
require("plugins.configs.noice")
|
|
||||||
-- NOTE: Might be redundant, to check later
|
-- NOTE: Might be redundant, to check later
|
||||||
require("plugins.configs.nvim-notify")
|
require("plugins.configs.nvim-notify")
|
||||||
|
require("plugins.configs.noice")
|
||||||
end,
|
end,
|
||||||
requires = {
|
requires = {
|
||||||
-- if you lazy-load any plugin below, make sure to add proper `module="..."` entries
|
-- if you lazy-load any plugin below, make sure to add proper `module="..."` entries
|
||||||
|
Loading…
Reference in New Issue
Block a user