From 9d6ab82df7afcec0b4540badd408a1d6bce18fb3 Mon Sep 17 00:00:00 2001 From: Gordon Goldbach Date: Fri, 12 Nov 2021 16:21:02 +0100 Subject: [PATCH] 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 )