Silence lsp file watch warnings

This commit is contained in:
Jeremy Dormitzer 2021-01-29 09:44:22 -05:00
parent f880718077
commit 50ba0c8a67

View File

@ -2960,7 +2960,8 @@ Emacs support for the Language Server Protocol
:custom
(lsp-enable-snippet nil)
(lsp-eldoc-render-all nil)
(lsp-headerline-breadcrumb-enable nil))
(lsp-headerline-breadcrumb-enable nil)
(lsp-file-watch-threshold 100000))
(use-package lsp-ui
:after (lsp-mode)