dotfiles/nvim/lua/plugins/regular-ui.lua
2024-11-07 16:25:41 -07:00

4 lines
101 B
Lua

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