dotfiles/nvim/lua/plugins/regular-ui.lua
2025-05-21 22:15:07 +02:00

4 lines
107 B
Lua

return {
-- disable the weird UI provided by noice.nvim
{ "folke/noice.nvim", enabled = false },
}