Skip to content

Emacs client for Racket Language Server Protocol

License

Notifications You must be signed in to change notification settings

MoozIiSP/lsp-racket.el

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

MELPA

Racket support for lsp-mode using racket-langserver.

Installation

Install lsp-mode first, and either clone this repository, or install from MELPA. Add the following to your .emacs:

(require 'lsp-mode)
(require 'lsp-racket)
(add-hook 'racket-mode-hook #'lsp-racket-enable)

About

Emacs client for Racket Language Server Protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%