A guide on disabling/enabling lsp-mode features - LSP Mode - LSP support for Emacs #3793
Replies: 5 comments 6 replies
-
great visual guide, but regardless what I set in my init file, the values are always reset to their default values (setting them after loading lsp-mode works fine). I spefically have the following two lines in init.el
but to no avail |
Beta Was this translation helpful? Give feedback.
-
upon some digging, it appears that this is related to some other package in my startup file. I'll report back |
Beta Was this translation helpful? Give feedback.
-
Thanks for this guide, but I haven't been able to disable the lsp-ui-doc feature -- which is driving me nuts (I don't want to be told what a u8 is ever 2s) This is what I have in my init.el -- I've tried a whole range of solutions but about to abandon this all. But if you have any ideas that would be great.
I have also checked that all the variables are actually set to nil. I am using emacs 27.2 Many thanks |
Beta Was this translation helpful? Give feedback.
-
Thank you! The danger of putting thing in an init.el file that you don't understand. |
Beta Was this translation helpful? Give feedback.
-
(setq lsp-modeline-diagnostics-enable nil) Is it possible to make this show errors only? |
Beta Was this translation helpful? Give feedback.
-
A guide on disabling/enabling lsp-mode features - LSP Mode - LSP support for Emacs
Language Server Protocol Support for Emacs
https://emacs-lsp.github.io/lsp-mode/tutorials/how-to-turn-off/
Beta Was this translation helpful? Give feedback.
All reactions