diff options
style: format all `.lua` files with Stylua
Diffstat (limited to 'lua/config/plugins/ui.lua')
-rw-r--r-- | lua/config/plugins/ui.lua | 28 |
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, + }, } |