Add some rust stuff

This commit is contained in:
Torjus Håkestad 2024-04-10 10:07:32 +02:00
parent 3cd2e54c74
commit 5a6d11fc99
3 changed files with 12 additions and 3 deletions

View File

@ -121,6 +121,8 @@ lspconfig.tsserver.setup({
},
})
lspconfig.rust_analyzer.setup {
}
-- Telescope
require('telescope').setup({

View File

@ -16,6 +16,7 @@ in
bzip2
croc
easyeffects
eza
fd
ffmpeg
file
@ -82,12 +83,14 @@ in
poetry
ruff
# rust stuff
rustc
cargo
rust-analyzer
# blender
unstable.blender
# Rust
rustup
# Homemade shit
notlistener
ghettoptt

View File

@ -18,6 +18,10 @@
promptinit
prompt pure
export PATH="''${KREW_ROOT:-$HOME/.krew}/bin:$PATH"
# Aliases
alias ls=eza
alias find=fd
'';
zplug = {
enable = true;