File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 10
10
11
11
Orgmode clone written in Lua for Neovim 0.5.
12
12
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 )
14
14
15
15
</div >
16
16
@@ -183,6 +183,16 @@ Or just use `omnifunc` via <kbd>\<C-x\>\<C-o\></kbd>
183
183
184
184
Link to detailed documentation: [ DOCS] ( DOCS.md )
185
185
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
+
186
196
## Development
187
197
188
198
### Tests
You can’t perform that action at this time.
0 commit comments