embedded rust stuff
This commit is contained in:
parent
f180772509
commit
1d4cd56ed5
6
programs
6
programs
@ -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
|
||||||
|
@ -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')
|
||||||
|
Loading…
Reference in New Issue
Block a user