Skip to content

SunskyXH/lsp-pyrefly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

lsp-pyrefly

GNU Emacs

The lsp-mode client for pyrefly.

Requirements

Installation

Doom Emacs

Add to your packages.el:

(package! lsp-pyrefly :recipe(:host github :repo "SunskyXH/lsp-pyrefly"))

Add to your config.el

(use-package! lsp-pyrefly
  :after lsp-mode
  :init)

Straight.el

(straight-use-package '(lsp-pyrefly :type git :host github :repo "SunskyXH/lsp-pyrefly"))

Manual Installation

  1. Clone the repository:
    git clone https://github.com/SunskyXH/lsp-pyrefly.git
        
  2. Add to your Emacs configuration:
    (add-to-list 'load-path "/path/to/lsp-pyrefly.el")
    (require 'lsp-pyrefly)
        

Configuration

Customize the following variables:

  • lsp-pyrefly-parallel-jobs - Number of parallel jobs for the pyrefly language server. (default: 4)

About

lsp-mode client for pyrefly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published