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 )