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

View File

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