embedded rust stuff

This commit is contained in:
dogeystamp 2024-01-17 21:47:15 -05:00
parent f180772509
commit 1d4cd56ed5
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38
2 changed files with 13 additions and 3 deletions

View File

@ -148,9 +148,9 @@ python-xlib
pdf2svg
chromium
cargo
go
npm
rustup
ansible
# for personal website compilation
@ -201,8 +201,10 @@ xonotic
python-pipx
xf86-input-wacom
# for raspberyy pi pico dev
# for raspberry pi pico dev
arm-none-eabi-binutils
arm-none-eabi-gcc
arm-none-eabi-newlib
picocom
# for raspberry pi pico rust dev
elf2uf2-rs

View File

@ -54,7 +54,15 @@ local servers = {
tsserver = {},
bashls = {},
cssls = {},
rust_analyzer = {},
rust_analyzer = {
settings = {
['rust-analyzer'] = {
check = {
allTargets = false,
},
},
},
},
}
local nvim_lsp = require('lspconfig')