Update plugins.lua

This commit is contained in:
Gordon Goldbach 2021-11-12 16:21:02 +01:00 committed by GitHub
parent 1fe93f38de
commit 9d6ab82df7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -301,6 +301,5 @@ return require("packer").startup(
require("plugins/copilot")
end
}
use "xiyaowong/nvim-cursorword"
end
)