about summary refs log tree commit diff
path: root/fnl/nvrc/packs/lspconfig.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-09-11 12:15:18 +0900
committersefidel <contact@sefidel.net>2022-09-11 12:15:18 +0900
commitc20b8719323e5447694c93d2e186085eef73ef63 (patch)
treed1bb9375f2d1943d7a4e4be714be8edcdee3a045 /fnl/nvrc/packs/lspconfig.fnl
parentcbf1a4d262cabe103296942414ff1c5248a64c75 (diff)
downloadnvimrc-c20b8719323e5447694c93d2e186085eef73ef63.tar.gz
nvimrc-c20b8719323e5447694c93d2e186085eef73ef63.zip
feat(packs/lspconfig): fix RA getting stuck in a loop
Diffstat (limited to 'fnl/nvrc/packs/lspconfig.fnl')
-rw-r--r--fnl/nvrc/packs/lspconfig.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/nvrc/packs/lspconfig.fnl b/fnl/nvrc/packs/lspconfig.fnl
index 70ab00a..fc27d9f 100644
--- a/fnl/nvrc/packs/lspconfig.fnl
+++ b/fnl/nvrc/packs/lspconfig.fnl
@@ -32,5 +32,5 @@
                      :signs false}))
 
 (init_lsp :hls)
-(init_lsp :rust_analyzer)
+(init_lsp :rust_analyzer {:settings {:rust-analyzer {:files {:excludeDirs [:.direnv] }}}})
 (init_lsp :ltex)