From 1d3adcf453cd1772f3ed0887ca0b224d3eab1c56 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Sun, 3 Dec 2023 20:38:33 +0100 Subject: fixup --- mut/neovim/fnl/conf/pkgs/lspconfig.fnl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mut') diff --git a/mut/neovim/fnl/conf/pkgs/lspconfig.fnl b/mut/neovim/fnl/conf/pkgs/lspconfig.fnl index 64220b9..82ca385 100644 --- a/mut/neovim/fnl/conf/pkgs/lspconfig.fnl +++ b/mut/neovim/fnl/conf/pkgs/lspconfig.fnl @@ -5,7 +5,9 @@ (lspconfig.rust_analyzer.setup {:settings {:rust-analyzer - {:cargo {:features [:ssr]}}} + {:cargo {:buildScripts {:enable true}} + :procMacro {:enable true :attributes {:enable true}} + :inlayHints {:enable true}}} :root_dir (lspconfig.util.root_pattern :.git -- cgit v1.2.3