Commit dd8e72f4b7fb

Vincent Demeester <vincent@sbr.pm>
2022-03-25 11:08:33
tools/emacs: lsp-mode disable file watchers
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 410b803
Changed files (1)
tools
tools/emacs/config/programming-lsp.el
@@ -10,10 +10,11 @@
   :init
   (setq lsp-keymap-prefix "C-c l")
   :config
-  (setq )
+  ;; (add-to-list 'lsp-file-watch-ignored-directories "[/\\\\]\\vendor\\'")
   :custom
   ;; turn this on to capture client/server comms before
   ;; submitting bug reports with `lsp-workspace-show-log`
+  (lsp-enable-file-watchers nil)
   (lsp-completion-provider :none)
   (lsp-log-io nil)
   ;; (lsp-lens-enable t)