nvim-orgmode / orgmode

Orgmode clone written in Lua for Neovim 0.9+.
https://nvim-orgmode.github.io/
MIT License
2.8k stars 121 forks source link

Use the REPEAT_TO_STATE property #689

Closed massix closed 3 months ago

massix commented 3 months ago

Hello,

I honestly do not know if this is part of Emacs because I started using org-mode directly in Neovim thanks to this amazing plugin.

One thing that really bothered me with the current version of the plugin was that the nvim-cmp was proposing a REPEAT_TO_STATE property completion, but it wasn't used, and I know this is something I use a lot (lot of recurring meetings at work, like daily and stuff).

So some time ago I made this fix and now I adapted it to the recent modifications you've done. Let me know if there's something I can do!