my nixos/home-manager configuration
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

use clippy for linting/check using rust-analyzer

+9
+9
config/zed/settings.json
··· 50 50 "program": "nu" 51 51 } 52 52 }, 53 + "lsp": { 54 + "rust-analyzer": { 55 + "initialization_options": { 56 + "check": { 57 + "command": "clippy" 58 + } 59 + } 60 + } 61 + }, 53 62 "languages": { 54 63 "YAML": { "tab_size": 2 }, 55 64 "Ruby": { "tab_size": 2 },