Emacs package for using with diff-lsp with magit & code-review
(hopefully) Obviously this package is still very much in easy development. Not everything is even close to working.
diff-lsp.el
is for configuring diff-lsp to run in various diff modes, allowing your lsp servers to parse diffs (using the full source code, not just the contents of the diff)
The end vision is to have it active on magit-status and code-review buffers to make our lives easier as developers.
Not currently available on MELPA or other repositories. You can use your favorite package manager to install directly from github.
Simply add this to your dotspacemacs-additional-packages
list
(diff-lsp :location (recipe
:fetcher github
:repo "C-Hipple/diff-lsp.el"
:files ("*.el")
)
)