From d249c8c9c683cca9ccb31520f5f0a25a67cc7052 Mon Sep 17 00:00:00 2001 From: Robert Morrison Date: Fri, 5 May 2023 19:13:51 +0100 Subject: [PATCH] chore(plugins): neaten plugins ensure style is somewhat consistent --- lua/sherlock5512/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/sherlock5512/plugins.lua b/lua/sherlock5512/plugins.lua index 46199c1..ddb0f34 100644 --- a/lua/sherlock5512/plugins.lua +++ b/lua/sherlock5512/plugins.lua @@ -138,7 +138,7 @@ return require('packer').startup(function(use) } -- Language / Project specific - use 'folke/neodev.nvim' + use {'folke/neodev.nvim'} if Packer_bootstapping then require('packer').sync() -- install plugins on first run