summaryrefslogtreecommitdiffstats
path: root/after/plugin/mason.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--after/plugin/mason.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/after/plugin/mason.lua b/after/plugin/mason.lua
index ccd812e..fe4895a 100644
--- a/after/plugin/mason.lua
+++ b/after/plugin/mason.lua
@@ -3,7 +3,7 @@ if not status_ok then
return
end
-mason.setup({
+mason.setup {
ui = {
border = "shadow",
width = 0.6,
@@ -26,4 +26,4 @@ mason.setup({
cancel_installation = "<C-c>", -- Keymap to cancel a package installation
apply_language_filter = "<C-f>", -- Keymap to apply language filter
},
-})
+}