Browse Source
add extra lsp file watcher ignored directories
master
No known key found for this signature in database
GPG Key ID: C2BEA329670CD664
1 changed files with
6 additions and
0 deletions
-
emacs.d/init.el
|
|
|
@ -297,6 +297,12 @@ |
|
|
|
) . lsp-deferred) |
|
|
|
:commands lsp |
|
|
|
:config |
|
|
|
(setq lsp-file-watch-ignored-directories (append lsp-file-watch-ignored-directories |
|
|
|
'( |
|
|
|
"[/\\\\]\\.riot\\'" |
|
|
|
"[/\\\\]\\.ddriot\\'" |
|
|
|
"[/\\\\]\\.ddtox\\'" |
|
|
|
"[/\\\\]__pycache__\\'"))) |
|
|
|
(setq lsp-auto-guess-root t) |
|
|
|
(setq lsp-log-io nil) |
|
|
|
(setq lsp-restart 'auto-restart) |
|
|
|
|