feat(jupytext.lua): add jupytext plugin configuration to load jupytext.nvim and set lazy loading to false

This commit is contained in:
David Ibia
2024-03-10 12:21:29 +01:00
parent 347718979c
commit c22561d18e

View File

@@ -0,0 +1,7 @@
return {
"GCBallesteros/jupytext.nvim",
config = function()
require("absolute.after.jupytext")
end,
lazy = false,
}