Skip to content

Commit 967536e

Browse files
committed
Add development section
1 parent bde2d6d commit 967536e

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,15 @@ let g:outdated_plugins_trigger_mode = 1
5252
- [vim-plug](https://github.com/junegunn/vim-plug)
5353
- [python](https://www.python.org/) >= 3.5
5454

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+
5564
## Screenshots
5665

5766
Simple message text message under the status bar.

0 commit comments

Comments
 (0)