dccsillag / magma-nvim

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

[Feature Request] Enhance documentation for Plug #91

Closed mkonig closed 1 year ago

mkonig commented 1 year ago

Is your feature request related to a problem? Please describe. Related to issue #47 And maybe some other closed issues about commands not showing up. Magma commands did not show up when using the Plug example line in the README.md

Describe the solution you'd like Please add Plug 'dccsillag/magma-nvim', { 'do': ':UpdateRemotePlugins', 'branch': 'main' } to the documentation. I had to add 'branch': 'main' to make the Magma commands show up in nvim.

WhiteBlackGoose commented 1 year ago

Main is the default branch. It should not require specifying it explicitly. Maybe it's because :UpdateRemotePlugin wasn't called at a certain moment, so when you specified the branch it re-ran it again?

mkonig commented 1 year ago

I switched to lazy and it works now without specifying the branch. { 'WhiteBlackGoose/magma-nvim-goose', build = ':UpdateRemotePlugins' },

WhiteBlackGoose commented 1 year ago

@mkonig make sure to use this plugin, not my fork, as the fork is now deprecated as I curate this plugin now