Fix inlayhints error, doesn't work though 🤔
This commit is contained in:
parent
fc6bbcd577
commit
eaa13cb02e
2 changed files with 2 additions and 2 deletions
|
@ -3,4 +3,4 @@
|
||||||
|
|
||||||
(let [(inlay-hints? inlayhints) (pcall require :inlay-hints)]
|
(let [(inlay-hints? inlayhints) (pcall require :inlay-hints)]
|
||||||
(when inlay-hints?
|
(when inlay-hints?
|
||||||
(inlay-hints.setup {})))
|
(inlayhints.setup {})))
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
(mason.setup)
|
(mason.setup)
|
||||||
(mason-lsp.setup)
|
(mason-lsp.setup)
|
||||||
(lspconfig.rust_analyzer.setup {
|
(lspconfig.rust_analyzer.setup {
|
||||||
:cmd ["rustup" "run" "stable" "rust-analyzer"]
|
:cmd ["rustup" "run" "nightly" "rust-analyzer"]
|
||||||
:settings {:rust-analyzer {
|
:settings {:rust-analyzer {
|
||||||
:cargo {
|
:cargo {
|
||||||
:buildScripts {
|
:buildScripts {
|
||||||
|
|
Loading…
Add table
Reference in a new issue