Skip to content

Commit b981540

Browse files
Add Plugins section to readme.
1 parent 4537b24 commit b981540

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
Orgmode clone written in Lua for Neovim 0.5.
1212

13-
[Installation](#installation) | [Setup](#setup) | [Gifs](#gifs) | [Docs](/DOCS.md) | [Development](#development) | [Kudos](#thanks-to)
13+
[Installation](#installation) | [Setup](#setup) | [Gifs](#gifs) | [Docs](/DOCS.md) | [Plugins](#plugins) | [Development](#development) | [Kudos](#thanks-to)
1414

1515
</div>
1616

@@ -183,6 +183,16 @@ Or just use `omnifunc` via <kbd>\<C-x\>\<C-o\></kbd>
183183

184184
Link to detailed documentation: [DOCS](DOCS.md)
185185

186+
## Plugins
187+
* [org-bullets.nvim](https://github.com/akinsho/org-bullets.nvim)
188+
189+
**NOTE**: None of the Emacs Orgmode plugins will be built into orgmode.nvim.
190+
Anything that's a separate plugin in Emacs Orgmode should be a separate plugin in here.
191+
Point of this plugin is to provide functionality that's built into Emacs Orgmode core,
192+
and a good foundation for external plugins.<br />
193+
If you want to build a plugin, post suggestions and improvements on [Plugins infrastructure](https://github.com/kristijanhusak/orgmode.nvim/issues/26)
194+
issue.
195+
186196
## Development
187197

188198
### Tests

0 commit comments

Comments
 (0)