|
@ -1142,6 +1142,8 @@ TODO Unterverzeichnisse wurden noch nicht getestet |
|
|
(lsp-enable-folding t) ; default, maybe evil-matchit instead for performance? |
|
|
(lsp-enable-folding t) ; default, maybe evil-matchit instead for performance? |
|
|
(lsp-diagnostics-modeline-scope :project) |
|
|
(lsp-diagnostics-modeline-scope :project) |
|
|
(lsp-enable-file-watchers nil) |
|
|
(lsp-enable-file-watchers nil) |
|
|
|
|
|
(lsp-session-file (concat MY--PATH_USER_LOCAL "lsp-session")) |
|
|
|
|
|
(lsp-eslint-library-choices-file (concat MY--PATH_USER_LOCAL "lsp-eslint-choices")) |
|
|
:bind (:map lsp-mode-map ("C-c C-f" . lsp-format-buffer)) |
|
|
:bind (:map lsp-mode-map ("C-c C-f" . lsp-format-buffer)) |
|
|
:hook |
|
|
:hook |
|
|
(((python-mode |
|
|
(((python-mode |
|
@ -1262,8 +1264,8 @@ Manage projects and jump quickly between its files |
|
|
(("C-c p" . projectile-command-map)) |
|
|
(("C-c p" . projectile-command-map)) |
|
|
;:preface |
|
|
;:preface |
|
|
:init |
|
|
:init |
|
|
(setq-default projectile-cache-file (concat MY--PATH_USER_LOCAL ".projectile-cache") |
|
|
|
|
|
projectile-known-projects-file (concat MY--PATH_USER_LOCAL ".projectile-bookmarks")) |
|
|
|
|
|
|
|
|
(setq-default projectile-cache-file (concat MY--PATH_USER_LOCAL "projectile-cache") |
|
|
|
|
|
projectile-known-projects-file (concat MY--PATH_USER_LOCAL "projectile-bookmarks")) |
|
|
:config |
|
|
:config |
|
|
(projectile-mode) |
|
|
(projectile-mode) |
|
|
; (add-hook 'projectile-after-switch-project-hook #'set-workon_home) |
|
|
; (add-hook 'projectile-after-switch-project-hook #'set-workon_home) |
|
|