Merge branch 'main' into feat/dir-bug
This commit is contained in:
commit
a9ce31a291
2 changed files with 2 additions and 2 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue