Update dot_doom.d/config.el
This commit is contained in:
parent
9714f644a1
commit
7bb1eeb272
1 changed files with 5 additions and 1 deletions
|
@ -92,7 +92,11 @@
|
||||||
(add-to-list 'projectile-project-root-files-bottom-up "pubspec.yaml")
|
(add-to-list 'projectile-project-root-files-bottom-up "pubspec.yaml")
|
||||||
(add-to-list 'projectile-project-root-files-bottom-up "BUILD"))
|
(add-to-list 'projectile-project-root-files-bottom-up "BUILD"))
|
||||||
|
|
||||||
(centaur-tabs-group-by-projectile-project) ; Fix not work with latest version and projectile
|
;; Fix not work with latest version and projectile
|
||||||
|
(use-package! centaur-tabs
|
||||||
|
:init
|
||||||
|
:config
|
||||||
|
(centaur-tabs-group-by-projectile-project))
|
||||||
|
|
||||||
(use-package! lsp-mode
|
(use-package! lsp-mode
|
||||||
:init
|
:init
|
||||||
|
|
Loading…
Reference in a new issue