mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
16 lines
222 B
Lua
16 lines
222 B
Lua
return {
|
|
"folke/noice.nvim",
|
|
event = "VeryLazy",
|
|
opts = {
|
|
cmdline = {
|
|
view = "cmdline"
|
|
},
|
|
presets = {
|
|
bottom_search = true,
|
|
command_palette = true
|
|
}
|
|
},
|
|
dependencies = {
|
|
"MunifTanjim/nui.nvim",
|
|
}
|
|
}
|