From cba095942d007e64f06ee40434da6ca3805664e4 Mon Sep 17 00:00:00 2001 From: Joshua Sun Date: Mon, 18 Mar 2024 10:58:25 -0400 Subject: [PATCH] tiny fix --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 808ae6a8..76da114e 100644 --- a/init.lua +++ b/init.lua @@ -838,7 +838,7 @@ require('lazy').setup({ -- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going. -- For additional information see: :help lazy.nvim-lazy.nvim-structuring-your-plugins { import = 'custom.plugins' }, -} +}) -- The line beneath this is called `modeline`. See `:help modeline` -- vim: ts=2 sts=2 sw=2 et