diff options
author | João Távora <joaotavora@gmail.com> | 2023-03-15 23:59:01 +0000 |
---|---|---|
committer | João Távora <joaotavora@gmail.com> | 2023-03-15 23:59:01 +0000 |
commit | 4cb8a850b08cc77abe979a7e245bde48206f79a5 (patch) | |
tree | 9bf732bf5af023ae734956944b07e436aeed4ea8 /doc/misc | |
parent | d5d4959ed7de13551311eaf152647d87a6f4faad (diff) | |
download | emacs-4cb8a850b08cc77abe979a7e245bde48206f79a5.tar.gz |
; Tweak doc/misc/eglot.texi
* doc/misc/eglot.texi (Advanced server configuration): Minor
tweaks.
Diffstat (limited to 'doc/misc')
-rw-r--r-- | doc/misc/eglot.texi | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/misc/eglot.texi b/doc/misc/eglot.texi index a5afb2332c1..85f83ee4b26 100644 --- a/doc/misc/eglot.texi +++ b/doc/misc/eglot.texi @@ -977,9 +977,9 @@ facilities. Though many language servers work well out-of-the-box, most allow fine-grained control of their operation via specific configuration -options that vary from server to server. A small number of servers -require such special configuration to work acceptably, or even to work -at all. +options that are transmitted over the LSP protocol and vary from +server to server. A small number of servers require such special +configuration to work acceptably, or even to work at all. After having setup a server executable program in @code{eglot-server-programs} (@pxref{Setting Up LSP Servers}) and @@ -1016,8 +1016,9 @@ server reads the file @file{~/.config/pycodestyle} for user configuration. The @command{clangd} C/C++ server reads both @file{~/.config/clangd/config.yaml} for user configuration and @file{.clangd} for project configuration. It may be advantageous to -use these mechanisms instead of Eglot's, as the latter have the -advantage of working with other LSP clients. +use these mechanisms instead of Eglot's, as this will probably work +with other LSP clients and may be easier to debug than options riding +on the LSP wire. @node Project-specific configuration @section Project-specific configuration |