From 1b288fe932ebe91e76f4af2e166ad242656e6240 Mon Sep 17 00:00:00 2001 From: Squibid Date: Sun, 16 Jul 2023 21:28:06 -0400 Subject: add comment to ftplugin/java.lua, and fix some typos --- after/plugin/mason.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'after/plugin/mason.lua') 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 = "", -- Keymap to cancel a package installation apply_language_filter = "", -- Keymap to apply language filter }, -}) +} -- cgit v1.2.1