diff --git a/lua/custom/plugins/init.lua b/lua/custom/plugins/init.lua index 87e0cc15..554b12b3 100644 --- a/lua/custom/plugins/init.lua +++ b/lua/custom/plugins/init.lua @@ -103,4 +103,10 @@ return { }, }, }, + { + 'goerz/jupytext.vim', + config = function() + vim.g.jupytext_fmt = 'py:percent' + end, + }, }