Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 753 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 753 Bytes

License: GPL v3 JCS-ELPA

lsp-uniteai

LSP Clients for UniteAI

CI

lsp-mode client leveraging uniteai.

💾 Quickstart

(use-package lsp-uniteai
  :ensure t
  :hook (python-mode . (lambda ()
                         (require lsp-uniteai)
                         (lsp))))  ; or lsp-deferred