diff --git a/dotfiles/zed/settings.json b/dotfiles/zed/settings.json index 93d0d42..cd2d048 100644 --- a/dotfiles/zed/settings.json +++ b/dotfiles/zed/settings.json @@ -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 + } + } } } diff --git a/nipsulidotfiles.sh b/nipsulidotfiles.sh index ad0aa88..c36393e 100644 --- a/nipsulidotfiles.sh +++ b/nipsulidotfiles.sh @@ -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)" } ######################################