dccsillag / magma-nvim

Interact with Jupyter from NeoVim.
GNU General Public License v3.0
977 stars 49 forks source link

[Feature Request] How to add a command to my config.lua that automatically initializes Magma with Python whenever I open a new Python buffer? #85

Closed tosilswc closed 1 year ago

WhiteBlackGoose commented 1 year ago
:autocmd BufNewFile,BufRead *.py MagmaInit python3

should do it