return { { "jupyter-vim/jupyter-vim", ft = { "pyhon", "julia" }, config = function() require("astrocore").set_mappings { n = { ["J"] = { "JupyterConnect", desc = "Connect to Jupyter" }, ["j"] = { "JupyterRunTextObj", desc = "Send to Jupyter" }, }, v = { ["j"] = { "JupyterRunVisual", desc = "Send to Jupyter" }, }, } end, }, { "mtikekar/nvim-send-to-term", init = function() vim.g.send_disable_mapping = true end, keys = { "Send", "SendLine" }, cmd = "SendHere", }, }