From 1fe93f38de00f4143085371b3e3c19a922a9041c Mon Sep 17 00:00:00 2001 From: Gordon Goldbach Date: Fri, 12 Nov 2021 16:17:32 +0100 Subject: [PATCH 1/2] Update plugins.lua --- lua/plugins.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins.lua b/lua/plugins.lua index e94b251..0999678 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -301,5 +301,6 @@ return require("packer").startup( require("plugins/copilot") end } + use "xiyaowong/nvim-cursorword" end ) From 9d6ab82df7afcec0b4540badd408a1d6bce18fb3 Mon Sep 17 00:00:00 2001 From: Gordon Goldbach Date: Fri, 12 Nov 2021 16:21:02 +0100 Subject: [PATCH 2/2] Update plugins.lua --- lua/plugins.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/plugins.lua b/lua/plugins.lua index 0999678..e94b251 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -301,6 +301,5 @@ return require("packer").startup( require("plugins/copilot") end } - use "xiyaowong/nvim-cursorword" end )