Merge branch 'main' into feat/dir-bug

This commit is contained in:
Barrett Ruth 2026-02-02 13:13:41 -05:00 committed by GitHub
commit a9ce31a291
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ rockspec_format = '3.0'
package = 'cp.nvim' package = 'cp.nvim'
version = 'scm-1' version = 'scm-1'
source = { url = 'git://github.com/barrett-ruth/cp.nvim' } source = { url = 'git://github.com/barrettruth/cp.nvim' }
build = { type = 'builtin' } build = { type = 'builtin' }
test_dependencies = { test_dependencies = {

View file

@ -208,7 +208,7 @@ CONFIGURATION *cp-config*
Here's an example configuration with lazy.nvim: Here's an example configuration with lazy.nvim:
>lua >lua
{ {
'barrett-ruth/cp.nvim', 'barrettruth/cp.nvim',
cmd = 'CP', cmd = 'CP',
build = 'uv sync', build = 'uv sync',
opts = { opts = {