There are many ways
- putting all those words in a buffer (or :e
$VIMRUNTIME/syntax/lilypond.vim or such), then ctrl-n might just work
- write your own completion using viml
or some glue code like
https://github.com/MarcWeber/editor-cells
which allows to mix multiple completi
On Sun 29 Jul 2018 at 21:10:34 (-0700), Peter Engelbert wrote:
> Hi everyone,
>
> I am wondering if anyone knows how to set up vim to be able to do tab
> completion (or Ctrl-N completion) for Lilypond syntax. As is, Vim can do tab
> completion for variables, contexts and grobs that are defined wi
Hi everyone,
I am wondering if anyone knows how to set up vim to be able to do tab
completion (or Ctrl-N completion) for Lilypond syntax. As is, Vim can do tab
completion for variables, contexts and grobs that are defined within the
current file or included files. For example, once i \override
N