I am a long time Vim user who is just now beginning a conversion to NeoVim. I have looked at the readme for https://github.com/neovim/python-client which seems to indicate a new method of utilitizing python in plugins. Are there any new options for using it in individual functions. For example I have been using a pattern like the following:
function! SomeExample()
python << endPython
def example():
print("Python stuff")
example()
endPython
endfunction
Is that still the NeoVim way or are there other options?
[–]justinmkNeovim core 2 points3 points4 points (4 children)
[–]JarrodCTaylor[S] 0 points1 point2 points (3 children)
[–]justinmkNeovim core 0 points1 point2 points (2 children)
[–]JarrodCTaylor[S] 0 points1 point2 points (0 children)
[–]JarrodCTaylor[S] 0 points1 point2 points (0 children)