Update plugins.lua

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

View File

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