Skip to content

Commit 6cfa773

Browse files
committed
docs: update lazy.nvim installation code to lazy load plugin
1 parent 281b184 commit 6cfa773

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ With [folke/lazy.nvim](https://github.com/folke/lazy.nvim):
2222

2323
```lua
2424
-- Stable version
25-
{ 'AnsonH/copy-python-path.nvim', version = '*' }
25+
{
26+
'AnsonH/copy-python-path.nvim',
27+
version = '*',
28+
cmd = { "CopyPythonPath" },
29+
}
2630
```
2731

2832
With [wbthomason/packer.nvim](https://github.com/wbthomason/packer.nvim):

0 commit comments

Comments
 (0)