Skip to content

Emacs package for using with diff-lsp with magit & code-review

License

Notifications You must be signed in to change notification settings

C-Hipple/diff-lsp.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

diff-lsp.el

Emacs package for using with diff-lsp with magit & code-review

WARNING:

(hopefully) Obviously this package is still very much in easy development. Not everything is even close to working.

Functionality

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.

Installation

Not currently available on MELPA or other repositories. You can use your favorite package manager to install directly from github.

Spacemacs Installation

Simply add this to your dotspacemacs-additional-packages list

  (diff-lsp :location (recipe
                     :fetcher github
                     :repo "C-Hipple/diff-lsp.el"
                     :files ("*.el")
                     )
          )

About

Emacs package for using with diff-lsp with magit & code-review

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published