1
1
Fork 0
dotfiles/nvim/lua/plugins/replace.lua
2025-06-16 10:36:32 -06:00

12 lines
218 B
Lua

return {
"folke/noice.nvim",
dependencies = {
"nvim-pack/nvim-spectre",
"nvim-lua/plenary.nvim",
},
config = function ()
require("noice").setup {
presets = { inc_rename = true }
}
end
}