From e58e120d9ac2d05046a4101484a377343e9ddbf2 Mon Sep 17 00:00:00 2001 From: Adrian Bakke Date: Thu, 10 Oct 2024 16:24:31 +0200 Subject: [PATCH] support for jupyter notebook --- lua/custom/plugins/init.lua | 6 ++++++ 1 file changed, 6 insertions(+) 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, + }, }