1DOLLY 32IMAGE neovim34FROM HOST /Dollyfile-system 70aed4c44336876331b9325478560391d17cc20f2bc130ccbf3a0512c45307655USE HOST /modules/neovim-runtime.dm d40577fdf44e88053c09f68df53d286265cd5fe98fe7016ce7cadf2a94bc478267FILE /home/dolly/.config/nvim/init.lua8 vim.opt.shell = "/bin/slop"910FILE /usr/share/nvim/welcome.txt11 Neovim inside Dolly12 Press i to insert text. Escape returns to normal mode.13 :w saves; :q quits; :q! discards changes.14 :edit /workspace/example.c opens a file in your workspace.15 :!ls runs a command through Slop. :help opens Neovim's help.16 Quitting returns to Slop. Run nvim to open the editor again.17 Files live in the sandbox. Ctrl+Shift+S saves your session in this browser.18 PTY terminals, detached jobs, raw sockets and LuaJIT FFI are not supported.1920FILE /etc/dolly/init.slop21 /bin/foreground /usr/bin/nvim /usr/share/nvim/welcome.txt22 printf '\nDolly: image entry exited; entering the recovery Slop shell.\n'23 /bin/foreground -i /bin/slop2425ENTRY /bin/foreground -i /bin/slop /etc/dolly/init.slop26