diff options
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/custom/fcuny-prog.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |