support for jupyter notebook
This commit is contained in:
parent
2ea2ce282c
commit
e58e120d9a
|
@ -103,4 +103,10 @@ return {
|
|||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
'goerz/jupytext.vim',
|
||||
config = function()
|
||||
vim.g.jupytext_fmt = 'py:percent'
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue