Update rust environment

This commit is contained in:
Rob Watson 2021-09-04 23:14:09 +02:00
parent b3bdbf1915
commit f8f56336ab
2 changed files with 8 additions and 0 deletions

5
nvimrc
View File

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

View File

@ -4,6 +4,9 @@
set -e
echo "Updating rust nightly..."
rustup update nightly
updatealacritty
updatenvim
updatevimplugins