Skip to content

xvrdm/nixvim_sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nixvim with molten/quarto

In bash,

# Active nix shell (to get access to python)
nix-shell shell.nix

# Create a venv
python -m venv myvenv

# Install jupyter/jupytext dependencies
python -m pip install -r requirements.txt

# create a kernel
ipykernel install --prefix=./myvenv --name 'myvenv'

# try nixvim
nix run .# -- test.qmd

Then in nvim

  1. (On first usage) :UpdateRemotePlugins
  2. :MoltenInit
  3. :MoltenInfo
  4. :MoltenEvaluateLine

About

Attempt to make nixvim work with molten/quarto

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published