We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bde2d6d commit 967536eCopy full SHA for 967536e
1 file changed
README.md
@@ -52,6 +52,15 @@ let g:outdated_plugins_trigger_mode = 1
52
- [vim-plug](https://github.com/junegunn/vim-plug)
53
- [python](https://www.python.org/) >= 3.5
54
55
+## Development
56
+
57
+Fork this repository and point the `vim-plug` section of your `init.vim` to it.
58
+After running `:PlugInstall`, you can edit the code directly in the `vim-plug`
59
+directory, which is `~/.config/nvim/plugged` by default. Note that nvim must be
60
+restarted for changes to be reflected. For details and a more general new
61
+development-oriented method, see
62
+[nvim-example-python-plugin](https://github.com/jacobsimpson/nvim-example-python-plugin)
63
64
## Screenshots
65
66
Simple message text message under the status bar.
0 commit comments