Skip to content

Commit

Permalink
small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Nipsuli committed Jan 11, 2025
1 parent b13174a commit 0a6f4da
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
13 changes: 13 additions & 0 deletions dotfiles/zed/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,18 @@
"vertical_scroll_margin": 0,
"tab_bar": {
"show": false
},
"format_on_save": "on",
"lsp": {
"rust-analyzer": {
"initialization_options": {
"checkOnSave": {
"command": "clippy"
}
},
"binary": {
"ignore_system_version": false
}
}
}
}
2 changes: 2 additions & 0 deletions nipsulidotfiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,8 @@ nipsulidotfiles::install_utilities() {
brew install --cask disk-inventory-x
brew install --cask xbar # Could probs replace iStat Menus with this
brew install hstr # command history searcher
# https://github.com/yorukot/superfile
bash -c "$(curl -sLo- https://superfile.netlify.app/install.sh)"
}

######################################
Expand Down

0 comments on commit 0a6f4da

Please sign in to comment.