Add yarn.lock as a projectile root file
This commit is contained in:
parent
3fd002b75a
commit
ddcc955ab3
1 changed files with 6 additions and 0 deletions
|
@ -862,6 +862,12 @@ Computing Environment".
|
|||
(setq projectile-completion-system 'ivy)
|
||||
#+END_SRC
|
||||
|
||||
Add ~yarn.lock~ as a possible root file for Projectile.
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(add-to-list 'projectile-project-root-files "yarn.lock")
|
||||
#+END_SRC
|
||||
|
||||
** Server mode
|
||||
|
||||
Diminish server mode with a nice icon.
|
||||
|
|
Loading…
Reference in a new issue