From eaa13cb02e6744b85f98d1610cac800114fd35b6 Mon Sep 17 00:00:00 2001 From: Anthony Cicchetti Date: Fri, 16 Dec 2022 22:33:51 -0500 Subject: [PATCH] =?UTF-8?q?Fix=20inlayhints=20error,=20doesn't=20work=20th?= =?UTF-8?q?ough=20=F0=9F=A4=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nvim/fnl/config/plugin/inlayhints.fnl | 2 +- nvim/fnl/config/plugin/lspconfig.fnl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nvim/fnl/config/plugin/inlayhints.fnl b/nvim/fnl/config/plugin/inlayhints.fnl index a8ec873..54477cf 100644 --- a/nvim/fnl/config/plugin/inlayhints.fnl +++ b/nvim/fnl/config/plugin/inlayhints.fnl @@ -3,4 +3,4 @@ (let [(inlay-hints? inlayhints) (pcall require :inlay-hints)] (when inlay-hints? - (inlay-hints.setup {}))) + (inlayhints.setup {}))) diff --git a/nvim/fnl/config/plugin/lspconfig.fnl b/nvim/fnl/config/plugin/lspconfig.fnl index 6e072dd..2f2c063 100644 --- a/nvim/fnl/config/plugin/lspconfig.fnl +++ b/nvim/fnl/config/plugin/lspconfig.fnl @@ -10,7 +10,7 @@ (mason.setup) (mason-lsp.setup) (lspconfig.rust_analyzer.setup { - :cmd ["rustup" "run" "stable" "rust-analyzer"] + :cmd ["rustup" "run" "nightly" "rust-analyzer"] :settings {:rust-analyzer { :cargo { :buildScripts {