From 206030f7b52e4250f333d750f4fbf749466a0637 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 13 Jan 2021 17:38:08 -0800 Subject: emacs: no snippets --- emacs/custom/fcuny-prog.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs/custom') diff --git a/emacs/custom/fcuny-prog.el b/emacs/custom/fcuny-prog.el index 9717df0..3cc97d9 100644 --- a/emacs/custom/fcuny-prog.el +++ b/emacs/custom/fcuny-prog.el @@ -29,7 +29,7 @@ (("C-c l i" . lsp-ui-imenu)) :custom (lsp-session-file (expand-file-name "lsp-session-v1" fcuny/path-emacs-var)) - (lsp-enable-snippet t) + (lsp-enable-snippet nil) (lsp-signature-doc-lines 5) (lsp-modeline-diagnostic-scope :workspace) (lsp-completion-provider :capf) -- cgit 1.4.1