chore: replace flymake keybinds with flycheck

This commit is contained in:
Muhammad Nauman Raza 2022-11-16 20:44:31 +00:00
parent 9e5ddf2d70
commit 6c5e013e29
No known key found for this signature in database
GPG key ID: A9A36C429C9CAE31

View file

@ -26,8 +26,8 @@
(diancite/lsp
:keymaps 'normal
"l" '(:wk "LSP")
"l n" '(flymake-goto-next-error :wk "Next Error")
"l p" '(flymake-goto-prev-error :wk "Previous Error")
"l n" '(flycheck-next-error :wk "Next Error")
"l p" '(flycheck-previous-error :wk "Previous Error")
"l f" '(eglot-format :wk "Format Buffer")
"l w" '(:wk "Server")