feat(JupyterNotebooks): add jupynium
This commit is contained in:
parent
fb861daa38
commit
de11ec20e1
13
init.lua
13
init.lua
@ -555,6 +555,19 @@ local config = {
|
|||||||
cmd = { "PIO", "PIOInit", "PIOInstall", "PIOUninstall", "PIONewProject", "PIOAddLibrary", "PIORemoveLibrary" },
|
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
|
-- Live server
|
||||||
{
|
{
|
||||||
"aurum77/live-server.nvim",
|
"aurum77/live-server.nvim",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user