Make tui a submodule of lib rather than main #148

Closed
opened 2024-02-29 22:22:16 +01:00 by wojtek · 1 comment
Owner

It seems to work better with rust-analyzer checks.

It seems to work better with rust-analyzer checks.
wojtek added this to the v1.0.0-alpha milestone 2024-02-29 22:22:16 +01:00
wojtek added the
chore
label 2024-02-29 22:22:16 +01:00
Author
Owner

Turns out, this is not needed. It was a lsp-mode misconfiguration. What helped were the following in .dir-locals.el:

 (nil . ((lsp-rust-features . "all")))
 (nil . ((lsp-rust-analyzer-checkonsave-features . "all")))

Though it's not really clear what lsp-rust-features does...

Turns out, this is not needed. It was a `lsp-mode` misconfiguration. What helped were the following in `.dir-locals.el`: ``` (nil . ((lsp-rust-features . "all"))) (nil . ((lsp-rust-analyzer-checkonsave-features . "all"))) ``` Though it's not really clear what `lsp-rust-features` does...
wojtek removed this from the v1.0.0-alpha milestone 2024-03-07 23:15:09 +01:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: wojtek/musichoard#148
No description provided.