summaryrefslogtreecommitdiff
path: root/.config/nvim/lua/config/plugins/jupytext.lua
blob: 2f5719393e77b1bc0cb2c648268c08b41300dbba (plain)
1
2
3
4
5
6
return {
  "GCBallesteros/jupytext.nvim",
  config = true,
  -- Depending on your nvim distro or config you may need to make the loading not lazy
  -- lazy=false,
}