Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 432 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 432 Bytes

flymake-bridge

A lsp-bridge Flymake backend for server diagnostics.

Screenshot

for example, a Typescript server diagnostics:

flymake-bridge

Usage

Enable it by calling `flymake-bridge-setup' from a file-visiting buffer. Or add it to hooks such as:

(require 'flymake-bridge)
(add-hook 'lsp-bridge-mode-hook #'flymake-bridge-setup)