https://geoff.greer.fm/2015/01/15/why-neovim-is-better-than-...
Example for python from the post
import vim # Show current directory in Vim cwd = vim.eval('getcwd()') vim.command(':Explore %s | redraw' % cwd)
https://geoff.greer.fm/2015/01/15/why-neovim-is-better-than-...
Example for python from the post
Technically it's python, but it's a shim.