Hi Colin,
It should work this way !
Can you try with a minimal nvim config ? e.g. :
call plug#begin()
Plug 'martineausimon/nvim-lilypond-suite'
Plug 'MunifTanjim/nui.nvim'
call plug#end()
Let me know !
Thanks,
Simon
--
https://www.simonmartineau.com/
+33 (0)6 17 94
Colin, I think I have it :
The plugin use api functions only available in Neovim 0.7.0+ :
https://github.com/nanotee/nvim-lua-guide/blob/master/README.md#defining-user-commands
What is your current version ? (type `:version` in nvim)
On Thu, Sep 08, 2022 at 09:22:49AM +0100, Colin Baguley wro
Let me look at it.
Andrew
On 8/09/2022 6:22 pm, Colin Baguley wrote:
Do you have any suggestions as what to do next?
Thank you for your time
Colin
Hi Jean
Thank you so much for that link - at first glance it looks perfect but I'm
afraid at the moment I can't get it to work - probably because of my
inexperience and ineptitude rather than a fault with the program!
I have added the two required plugins to my init-vim, and have run
:PlugInstall b
By the way, if point and click will work, I will add nvim to the set of
editors that lilypond-invoke-editor supports, as I am preparing a patch
for that program currently.
Looks like a very nice editor. Vim, although amazing, is old and getting
fat, like me. Thank you for bringing this program
It installs easily with pacman on Arch Linux. I'll look into this later
today for you, since I am on a bit of a vim jag at the moment (despite
being an emacs user!).
At first glance it is appears to be completely compatible with Vimscript
and so on. Location of init files wont affect anything.
I've not used neovim but if it is a superset of vim then you can use my
recent note on point and click integration to get that going, if interested.
Andrew
On 8/09/2022 4:11 am, Colin Baguley wrote:
Can we still use the same plugin for neovim
Le 07/09/2022 à 20:11, Colin Baguley a écrit :
Hi - I realise there are some instructions for integrating 'vim' and
'lilypond' but could anybody point me where to look for how to use
'neovim' - which is supposed to be an advance on 'vim' - it certainly
uses different configuration files.
vi
Hi - I realise there are some instructions for integrating 'vim' and
'lilypond' but could anybody point me where to look for how to use 'neovim'
- which is supposed to be an advance on 'vim' - it certainly uses different
configuration files.
vim uses ~/.vimrc
neovim uses ~/.config/nvim/init.vim
Can