plug python jupyter notebooks

master
blob42 1 year ago
parent 30d7889a30
commit 9f0d928696

@ -0,0 +1 @@
" let g:jukit_mappings = 1

@ -787,10 +787,23 @@ return {
end end
}, },
-- Python -- Python jupyter notebooks
["dccsillag/magma-nvim"] = { -- actual jupter kernel to neovim adapter
-- ["dccsillag/magma-nvim"] = {
-- keys = '<leader>jup',
-- opt = true,
-- run = ':UpdateRemotePlugins',
-- },
-- edit ipynb files
-- ["goerz/jupytext.vim"] = {
-- after = {"magma-nvim"},
-- },
-- jupyter notebook
["luk400/vim-jukit"] = {
keys = '<leader>jup',
opt = true, opt = true,
run = ':UpdateRemotePlugins',
}, },
-- theseraus{{{ -- theseraus{{{

Loading…
Cancel
Save