mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
chore(lang): minor tweaks to ruby setup
This commit is contained in:
@@ -90,6 +90,7 @@
|
||||
|
||||
:custom
|
||||
(lsp-solargraph-multi-root nil)
|
||||
(lsp-solargraph-log-level "warn")
|
||||
|
||||
:init
|
||||
(add-to-list 'safe-local-variable-values
|
||||
@@ -170,9 +171,11 @@
|
||||
(rubocopfmt-show-errors 'echo)
|
||||
(rubocopfmt-use-bundler-when-possible t)
|
||||
|
||||
:config
|
||||
:init
|
||||
(add-to-list 'safe-local-variable-values
|
||||
'(rubocopfmt-include-unsafe-cops)))
|
||||
'(rubocopfmt-include-unsafe-cops))
|
||||
(add-to-list 'safe-local-variable-values
|
||||
'(rubocopfmt-on-save-use-lsp-format-buffer)))
|
||||
|
||||
(use-package ruby-compilation
|
||||
:defer t)
|
||||
|
||||
Reference in New Issue
Block a user