From e893af5316063fb16977f400031bd6fe503c72db Mon Sep 17 00:00:00 2001
From: sefidel <contact@sefidel.net>
Date: Sat, 26 Aug 2023 11:59:49 +0900
Subject: fix(packs/lspconfig): fix clangd_extensions not starting

---
 fnl/nvrc/packs/lspconfig.fnl | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'fnl')

diff --git a/fnl/nvrc/packs/lspconfig.fnl b/fnl/nvrc/packs/lspconfig.fnl
index 8a10c2f..8add874 100644
--- a/fnl/nvrc/packs/lspconfig.fnl
+++ b/fnl/nvrc/packs/lspconfig.fnl
@@ -31,7 +31,9 @@
                      :virtual_text {:prefix "-"}
                      :signs false}))
 
+;; rust-analyzer is managed via rust-tools.nvim
 (init_lsp :hls)
 (init_lsp :gopls)
 (init_lsp :pyright)
+(init_lsp :clangd)
 (init_lsp :ltex {:settings {:ltex {:language :en-GB}}})
-- 
cgit 1.4.1