neovim-config/after/ftplugin/ipynb.vim

4 lines
86 B
VimL

let g:slime_python_ipython = 1
nmap <silent><Leader>p :VimpyterInsertPythonBlock<CR>