support for jupyter notebook

This commit is contained in:
Adrian Bakke 2024-10-10 16:24:31 +02:00
parent 2ea2ce282c
commit e58e120d9a
1 changed files with 6 additions and 0 deletions

View File

@ -103,4 +103,10 @@ return {
},
},
},
{
'goerz/jupytext.vim',
config = function()
vim.g.jupytext_fmt = 'py:percent'
end,
},
}