home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit dd8e72f4b7fb69ac6d112cf245158412719a3dd8
parent 410b8032d879ba9a54d22789d09e7baf979c90ed
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri, 25 Mar 2022 11:08:33 +0100

tools/emacs: lsp-mode disable file watchers

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/emacs/config/programming-lsp.el | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tools/emacs/config/programming-lsp.el b/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)