dccsillag / magma-nvim

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

Not an editor command: :MagmaInit #118

Open MstislavKeldysh opened 10 months ago

MstislavKeldysh commented 10 months ago

I use vim-plug on neovim.

Added this to the vim plug bit of the config: Plug 'dccsillag/magma-nvim' and the suggested remapping commands to the end of my config.

Then, when opening a python file, I try to run :MagmaInit. I get an error saying that is not an editor command.

Probably just an issue that I forgot to add something, but not sure what.

WhiteBlackGoose commented 10 months ago

You need to run :UpdateRemotePlugins

jian-ke commented 2 months ago

if you are using nvChad(lazy), you should load rplugin first, then run :UpdateRemotePlugins.