Fix inlayhints error, doesn't work though 🤔

This commit is contained in:
Anthony Cicchetti 2022-12-16 22:33:51 -05:00
parent fc6bbcd577
commit eaa13cb02e
2 changed files with 2 additions and 2 deletions

View file

@ -3,4 +3,4 @@
(let [(inlay-hints? inlayhints) (pcall require :inlay-hints)]
(when inlay-hints?
(inlay-hints.setup {})))
(inlayhints.setup {})))

View file

@ -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 {