mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
feat(lang): Format ruby files with lsp-format-buffer
This commit is contained in:
@@ -147,7 +147,6 @@
|
||||
("C-c . D" . rubocop-autocorrect-directory)))
|
||||
|
||||
(use-package rubocopfmt
|
||||
:defer t
|
||||
:bind (:map ruby-mode-map
|
||||
("C-c C-f" . rubocopfmt))
|
||||
:hook
|
||||
@@ -155,6 +154,7 @@
|
||||
|
||||
:custom
|
||||
(rubocopfmt-show-errors 'echo)
|
||||
(rubocopfmt-on-save-use-lsp-format-buffer t)
|
||||
(rubocopfmt-rubocop-command
|
||||
(expand-file-name "bin/rubocop-daemon-wrapper" siren-dir)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user