We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 281b184 commit 6cfa773Copy full SHA for 6cfa773
1 file changed
README.md
@@ -22,7 +22,11 @@ With [folke/lazy.nvim](https://github.com/folke/lazy.nvim):
22
23
```lua
24
-- Stable version
25
-{ 'AnsonH/copy-python-path.nvim', version = '*' }
+{
26
+ 'AnsonH/copy-python-path.nvim',
27
+ version = '*',
28
+ cmd = { "CopyPythonPath" },
29
+}
30
```
31
32
With [wbthomason/packer.nvim](https://github.com/wbthomason/packer.nvim):
0 commit comments