Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Joffr3y committed Jan 2, 2025
0 parents commit ee9624f
Show file tree
Hide file tree
Showing 10 changed files with 1,955 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/target
23 changes: 23 additions & 0 deletions .kateproject
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"lspclient": {
"servers": {
"rust": {
"initializationOptions": {
"cargo": {
"features": "all"
}
},
"command": ["rust-analyzer"],
"path": [
"%{ENV:CARGO_HOME}/bin",
"%{ENV:HOME}/.cargo/bin",
"%{ENV:USERPROFILE}/.cargo/bin"
],
"url": "https://rust-analyzer.github.io",
"useWorkspace": true,
"rootIndicationFileNames": ["Cargo.lock", "Cargo.toml"],
"highlightingModeRegex": "^Rust$"
}
}
}
}
Loading

0 comments on commit ee9624f

Please sign in to comment.