Looks like I need cucumber support
At least to read feature files.
This commit is contained in:
parent
5ad5e44adf
commit
da0919d558
1 changed files with 6 additions and 0 deletions
|
@ -196,6 +196,12 @@ And then we may or may not need to enable the =rubocop-mode=:
|
||||||
(use-package rubocop
|
(use-package rubocop
|
||||||
:hook (ruby-mode . rubocop-mode))
|
:hook (ruby-mode . rubocop-mode))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
* Auxiliary Support
|
||||||
|
** Cucumber
|
||||||
|
Seems that to understand and edit Cucumber /feature/ definitions, you need [[https://github.com/michaelklishin/cucumber.el][cucumber.el]]:
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(use-package feature-mode)
|
||||||
|
#+end_src
|
||||||
* LSP
|
* LSP
|
||||||
Need to install [[https://github.com/castwide/solargraph][Solargraph]] for the LSP server experience:
|
Need to install [[https://github.com/castwide/solargraph][Solargraph]] for the LSP server experience:
|
||||||
#+begin_src sh
|
#+begin_src sh
|
||||||
|
|
Loading…
Reference in a new issue