Posts tagged 開発環境
Migrating from poethepoet to doit in a Python development environment and best practices
- 2025/05/28
In my Python project using Poetry, I used poethepoet to manage tasks, but I decided to migrate to doit for the following reasons.
Windows Terminal + WSL メモ
- 2025/05/09
This is a memo for myself regarding the use of Windows Terminal + WSL.
Plugin management in Neovim and GitHub Copilot introduction notes
- 2025/05/08
This is a record of building an auto-completion environment by installing a minimum number of plugins in the environment immediately after installing Neovim. In the first stage, we adopted vim-plug as our plugin manager and introduced GitHub Copilot as the first plugin.