Skip to content

phenix3443/lsp-lua-emmy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lsp-lua-emmy

lsp-mode client EmmyLua-LanguageServer, inspired by lsp-python-ms .

Install

Include lsp-lua-emmy in your config in your preferred manner. A minimal use-package initialization might be:

(use-package lsp-lua-emmy
  :demand
  :ensure nil
  :load-path "~/github/lsp-lua-emmy"
  :hook (lua-mode . lsp)
  :config
  (setq lsp-lua-emmy-jar-path (expand-file-name "EmmyLua-LS-all.jar" user-emacs-directory))
  )

About

lsp-mode client for EmmyLua-LS-all.jar

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published