diff options
Diffstat (limited to 'mut')
| -rw-r--r-- | mut/neovim/fnl/conf/pkgs/lspconfig.fnl | 4 |
1 files changed, 3 insertions, 1 deletions
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 |
