diff --git a/nvimrc b/nvimrc index 4c9f144..ed8a40e 100644 --- a/nvimrc +++ b/nvimrc @@ -619,6 +619,11 @@ nvim_lsp.gopls.setup{ on_attach = on_attach, } +-- Rust +nvim_lsp.rust_analyzer.setup{ + on_attach = on_attach, +} + -- Ruby nvim_lsp.solargraph.setup{ diff --git a/script/updatedevenv b/script/updatedevenv index 7ea3169..00b60bf 100755 --- a/script/updatedevenv +++ b/script/updatedevenv @@ -4,6 +4,9 @@ set -e +echo "Updating rust nightly..." +rustup update nightly + updatealacritty updatenvim updatevimplugins