summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.org b/README.org
index 3882c6d..f033265 100644
--- a/README.org
+++ b/README.org
@@ -193,6 +193,11 @@ These settings ensure that block highlights aren't visible when collapsed.
(prog-mode . lsp)
:config
(lsp-enable-which-key-integration t)
+ (lsp-register-client
+ (make-lsp-client
+ :new-connection (lsp-stdio-connection "glsl_analyzer")
+ :major-modes '(glsl-mode)
+ :server-id 'glsl-analyzer)))
:commands lsp)
#+end_src
** Company Mode