Rust and cargo

main
Steffen Rademacker 2 years ago
parent a7c5742b60
commit c9b2b2bd34

@ -1,9 +1,11 @@
#!/usr/bin/env zsh
# ruby
# ruby & rust
brew install rbenv # restart terminal, then:
brew install rust
rbenv install 3.1.1
rbenv global 3.1.1
cargo install cargo-update
# node
curl -L https://git.io/n-install | bash

@ -119,12 +119,16 @@ return require('packer').startup(function(use)
event = 'BufReadPre',
}
-- git diff view, using lazygit for everything else
-- git diff view and blame, using lazygit for everything else
use {
'sindrets/diffview.nvim',
requires = { 'nvim-lua/plenary.nvim' },
config = get_config('diffview'),
}
use {
'f-person/git-blame.nvim',
config = get_config('git-blame'),
}
-- finally: the colorscheme of choice
use {

Loading…
Cancel
Save