Update rust environment
This commit is contained in:
parent
b3bdbf1915
commit
f8f56336ab
5
nvimrc
5
nvimrc
|
@ -619,6 +619,11 @@ nvim_lsp.gopls.setup{
|
||||||
on_attach = on_attach,
|
on_attach = on_attach,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
-- Rust
|
||||||
|
nvim_lsp.rust_analyzer.setup{
|
||||||
|
on_attach = on_attach,
|
||||||
|
}
|
||||||
|
|
||||||
-- Ruby
|
-- Ruby
|
||||||
|
|
||||||
nvim_lsp.solargraph.setup{
|
nvim_lsp.solargraph.setup{
|
||||||
|
|
|
@ -4,6 +4,9 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
echo "Updating rust nightly..."
|
||||||
|
rustup update nightly
|
||||||
|
|
||||||
updatealacritty
|
updatealacritty
|
||||||
updatenvim
|
updatenvim
|
||||||
updatevimplugins
|
updatevimplugins
|
||||||
|
|
Loading…
Reference in New Issue