echo "nvim-example-lua-plugin.vim: VimL code executing." function LuaDoItVimL() echo "nvim-example-lua-plugin.vim LuaDoItVimL(): hello" endfunction