-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy path.dir-locals.el
13 lines (13 loc) · 978 Bytes
/
.dir-locals.el
1
2
3
4
5
6
7
8
9
10
11
12
13
((prog-mode . ((lsp-rust-analyzer-linked-projects . [
"host/Cargo.toml"
"host-macros/Cargo.toml"
"examples/apps/Cargo.toml"
;; uncomment the examples you want to explore below
;; "examples/esp32/Cargo.toml"
;; "examples/nrf-sdc/Cargo.toml"
;; "examples/rp-pico-w/Cargo.toml"
;; "examples/rp-pico-2-w/Cargo.toml"
;; "examples/serial-hci/Cargo.toml"
;; "examples/apache-nimble/Cargo.toml"
])))
)