Skip to content

vishesh/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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published