Skip to main content

想法和记录

工具尝试

  1. 安装 neovim: brew install neovim, 可执行文件的名字是 nvim.
  2. 安装 lunarvim IDE 层: bash <(curl -s https://raw.githubusercontent.com/lunarvim/lunarvim/master/utils/installer/install.sh), 启动的时候使用 lvim. 暂不想花太多时间去了解这个, VSCode 和其他 IDE 已能很好满足工作需求, 除非是在没有 Desktop Environment 的情况下再考虑.
  3. 由于 Idea 没有 Rust 的 Debug 支持,故放弃使用。
  4. 使用 VSCode 配合 Rust Analyzer 即可,设置里面可以指定 clippy。

相关实践和练习, 自有工具的制作等