Display flymake diagnostics in-buffer
This commit is contained in:
parent
aaef41cfae
commit
87b86d71b9
1 changed files with 4 additions and 1 deletions
|
|
@ -225,7 +225,10 @@
|
||||||
("C-c C-l" . flymake-show-buffer-diagnostics)
|
("C-c C-l" . flymake-show-buffer-diagnostics)
|
||||||
("C-x C-l" . flymake-show-project-diagnostics)
|
("C-x C-l" . flymake-show-project-diagnostics)
|
||||||
("C-c C-n" . flymake-goto-next-error)
|
("C-c C-n" . flymake-goto-next-error)
|
||||||
("C-c C-p" . flymake-goto-prev-error)))
|
("C-c C-p" . flymake-goto-prev-error))
|
||||||
|
:custom
|
||||||
|
(flymake-show-diagnostics-at-end-of-line t)
|
||||||
|
)
|
||||||
|
|
||||||
; Requires poetry to be installed
|
; Requires poetry to be installed
|
||||||
(use-package poetry)
|
(use-package poetry)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue