Browse Source

add extra lsp file watcher ignored directories

master
Brett Langdon 4 years ago
parent
commit
34b600e2bf
No known key found for this signature in database GPG Key ID: C2BEA329670CD664
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      emacs.d/init.el

+ 6
- 0
emacs.d/init.el View File

@ -297,6 +297,12 @@
) . lsp-deferred) ) . lsp-deferred)
:commands lsp :commands lsp
:config :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-auto-guess-root t)
(setq lsp-log-io nil) (setq lsp-log-io nil)
(setq lsp-restart 'auto-restart) (setq lsp-restart 'auto-restart)


Loading…
Cancel
Save