Skip to content

Commit

Permalink
[SPACEMACS] lsp should ignore filewatch threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
mpanarin committed Sep 11, 2019
1 parent bd5f5ed commit 4363b7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .spacemacs
Original file line number Diff line number Diff line change
Expand Up @@ -755,6 +755,8 @@ dump."
:ensure t
:diminish lsp-mode
:custom
;; always filewatch
(lsp-file-watch-threshold nil)
;; do not show hover info in eldoc, I have lsp-ui-doc for that
(lsp-eldoc-enable-hover nil)
;; Stop with your stupid warning lsp
Expand Down

0 comments on commit 4363b7e

Please sign in to comment.