Closed chariegg closed 11 months ago
This is a small request, but can we see to that company-mode backend is integrated with fountain mode? So it keeps tabs on character or keywords like INT. and show completion options for it.
Company mode is already supported through the regular completion-at-point function. You just need to bind company-complete to something:
company-complete
This is a small request, but can we see to that company-mode backend is integrated with fountain mode? So it keeps tabs on character or keywords like INT. and show completion options for it.