From de11ec20e15a33e3094fed3e986d551c8fddf8df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C5=A0tefka?= Date: Mon, 25 Sep 2023 22:57:43 +0200 Subject: [PATCH] feat(JupyterNotebooks): add jupynium --- init.lua | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/init.lua b/init.lua index 3b5770d..58aa1f7 100644 --- a/init.lua +++ b/init.lua @@ -555,6 +555,19 @@ local config = { cmd = { "PIO", "PIOInit", "PIOInstall", "PIOUninstall", "PIONewProject", "PIOAddLibrary", "PIORemoveLibrary" }, }, + -- Jupiter notebooks + { + "kiyoon/jupynium.nvim", + build = "pip3 install --user .", + event = "BufEnter *.ju.py", + opts = { + python_host = "/usr/bin/python3", + }, + }, + { "stevearc/dressing.nvim" }, + + + -- Live server { "aurum77/live-server.nvim",