A work-in-progress Magit clone for Neovim
1–10 of 80 posts
Re: A work-in-progress Magit clone for Neovim
#2Re: A work-in-progress Magit clone for Neovim
#3Re: A work-in-progress Magit clone for Neovim
#4What is « Magit »?? Can’t find any information about it on this GitHub repository.
Magit is the git layer/plugin for Emacs.
I don't know about others but personally magit changed the way I think about git and version control.
Re: A work-in-progress Magit clone for Neovim
#5Re: A work-in-progress Magit clone for Neovim
#6Re: A work-in-progress Magit clone for Neovim
#7Re: A work-in-progress Magit clone for Neovim
#8What is « Magit »?? Can’t find any information about it on this GitHub repository.
https://magit.vc/ Magit is the git layer/plugin for Emacs. I don't know about others but personally magit changed the way I think about git and version control.
I hope the native comp in Emacs 28 helps somewhat in the speed aspect. The ports over to Deno and other JS stuff look interesting too [0] https://emacs-ng.github.io/emacs-ng/
Re: A work-in-progress Magit clone for Neovim
#9Re: A work-in-progress Magit clone for Neovim
#10IMHO, source control just doesn't belong to IDE. Why learn how to use git with Emacs/magit, vim, IntelliJ IDEA, Eclipse, Visual Studio / Code, ... when you can just master the official command line client and forget about the rest? It's available and usable everywhere, while each of these IDE plugins is different and one need to learn and get used to all of them.