all repos — archive/dotfiles @ cf3cb491d19c560fae5e8827482226db6a95455d

Superseded by nixfiles

Emacs: properly disable snippet warning in lsp-ui

Alan Pearce
commit

cf3cb491d19c560fae5e8827482226db6a95455d

parent

213282192859e30d5d0138d71f90679c33c4d35d

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M emacs/.emacs.d/main.elemacs/.emacs.d/main.el
@@ -497,7 +497,7 @@ :after lsp-mode
:ghook ('lsp-mode-hook) :custom ((lsp-ui-sideline-enable nil) (lsp-ui-doc-mode nil) - (lsp-ui-snippet-mode nil))) + (lsp-enable-snippet nil))) ;; Inside a javascript project, it's common to install tools locally to ;; the project. This will allows emacs to find their executables.