feat: add emacs directory locals to configure rust-analyzer (#109)
.dir-locals.el is the emacs equivalent of .vim directory in the project here. This PR adds a simple configuration to map the same rust-analyzer configuration variable as the vim version to make use of new aya projects seamless with emacs projects that use emacs-lsp + rust analyzer.pull/111/head
parent
a006355e62
commit
d3435676f7
@ -0,0 +1 @@
|
|||||||
|
((lsp-mode . ((lsp-rust-analyzer-linked-projects . ["Cargo.toml", "{{project-name}}-ebpf/Cargo.toml"]))))
|
Loading…
Reference in New Issue