diff --git a/nvim/lua/plugins/rustaceanvim.lua b/nvim/lua/plugins/rustaceanvim.lua index 7fe0b96..68085e2 100644 --- a/nvim/lua/plugins/rustaceanvim.lua +++ b/nvim/lua/plugins/rustaceanvim.lua @@ -1,6 +1,5 @@ return { "mrcjkb/rustaceanvim", - version = "^5", -- Recommended lazy = false, -- This plugin is already lazy config = function() vim.g.rustaceanvim = { @@ -11,9 +10,9 @@ return { end, default_settings = { ["rust-analyzer"] = { - cargo = { - allFeatures = true, - }, + -- cargo = { + -- allFeatures = true, + -- }, inlayHints = { parameterHints = { enable = false, diff --git a/zshrc b/zshrc index 31c216b..36df6c3 100644 --- a/zshrc +++ b/zshrc @@ -6,7 +6,6 @@ export ZSH=$HOME/.oh-my-zsh export PATH="/home/jika/Scripts/:/home/jika/.cargo/bin:$PATH" export PATH="/home/jika/.local/bin:/home/jika/.deno/bin:$PATH" export RR_STATION="teo" -export RUSTC_WRAPPER=sccache export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/podman/podman.sock export EDITOR="/usr/bin/nvim" # Set name of the theme to load --- if set to "random", it will