From c18f9a132f9e8858a8d2967adc9a29ebf07b8cf5 Mon Sep 17 00:00:00 2001 From: Joshua Molloy Date: Mon, 24 Feb 2025 10:37:29 +0000 Subject: [PATCH] style: change double quotes to single --- lua/custom/plugins/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/custom/plugins/init.lua b/lua/custom/plugins/init.lua index d555b995..9082dda6 100644 --- a/lua/custom/plugins/init.lua +++ b/lua/custom/plugins/init.lua @@ -11,5 +11,5 @@ return { vim.cmd.colorscheme 'moonfly' end, }, - { "nvim-neotest/nvim-nio" } + { 'nvim-neotest/nvim-nio' }, }