summaryrefslogtreecommitdiff
path: root/lua/config/plugins/ui.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/config/plugins/ui.lua')
-rw-r--r--lua/config/plugins/ui.lua28
1 files changed, 14 insertions, 14 deletions
diff --git a/lua/config/plugins/ui.lua b/lua/config/plugins/ui.lua
index 9a3da12..12d0656 100644
--- a/lua/config/plugins/ui.lua
+++ b/lua/config/plugins/ui.lua
@@ -1,17 +1,17 @@
return {
- {
- "noice.nvim",
- event = "DeferredUIEnter",
- after = function(_)
- require("noice").setup()
- end,
- },
+ {
+ "noice.nvim",
+ event = "DeferredUIEnter",
+ after = function(_)
+ require("noice").setup()
+ end,
+ },
- {
- "todo-comments.nvim",
- event = "DeferredUIEnter",
- after = function (_)
- require("todo-comments").setup()
- end
- },
+ {
+ "todo-comments.nvim",
+ event = "DeferredUIEnter",
+ after = function(_)
+ require("todo-comments").setup()
+ end,
+ },
}