Skip to content

Commit 5c8adda

Browse files
committed
Revert flymake dependency due to 25.1 breakage
Fixes #1225
1 parent 374a1ee commit 5c8adda

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.org

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
Client for [[https://github.com/Microsoft/language-server-protocol/][Language Server Protocol]] (v3.14). [[https://github.com/emacs-lsp/lsp-mode][lsp-mode]] aims to provide IDE-like experience by providing optional integration with the most popular Emacs packages like ~company~, ~flycheck~ and ~projectile~.
5454

5555
- Non-blocking asynchronous calls
56-
- Real-time Diagnostics/linting (via builtin ~flymake~ when Emacs > 26 or [[https://github.com/flycheck/flycheck][flycheck]]/[[https://github.com/emacs-lsp/lsp-ui][lsp-ui]])
56+
- Real-time Diagnostics/linting (via builtin ~flymake~ when Emacs > 26, requires flymake>=1.0.5 or [[https://github.com/flycheck/flycheck][flycheck]]/[[https://github.com/emacs-lsp/lsp-ui][lsp-ui]])
5757
- Code completion - using [[https://github.com/tigersoldier/company-lsp][company-lsp]] or builtin ~completion-at-point~
5858
- Hovers - using [[https://github.com/emacs-lsp/lsp-ui][lsp-ui]]
5959
- Code actions - using ~lsp-execute-code-action~ or [[https://github.com/emacs-lsp/lsp-ui][lsp-ui]]

lsp-mode.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
;; Author: Vibhav Pant, Fangrui Song, Ivan Yonchovski
66
;; Keywords: languages
7-
;; Package-Requires: ((emacs "25.1") (dash "2.14.1") (dash-functional "2.14.1") (f "0.20.0") (ht "2.0") (spinner "1.7.3") (markdown-mode "2.3") (lv "0") (flymake "1.0.5"))
8-
;; Version: 6.3-snapshot
7+
;; Package-Requires: ((emacs "25.1") (dash "2.14.1") (dash-functional "2.14.1") (f "0.20.0") (ht "2.0") (spinner "1.7.3") (markdown-mode "2.3") (lv "0"))
8+
;; Version: 6.2.1
99

1010
;; URL: https://github.com/emacs-lsp/lsp-mode
1111
;; This program is free software; you can redistribute it and/or modify

0 commit comments

Comments
 (0)