Posts tagged 開発環境

Migrating from poethepoet to doit in a Python development environment and best practices

In my Python project using Poetry, I used poethepoet to manage tasks, but I decided to migrate to doit for the following reasons.

Read more ...


Windows Terminal + WSL メモ

This is a memo for myself regarding the use of Windows Terminal + WSL.

Read more ...


Plugin management in Neovim and GitHub Copilot introduction notes

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.

Read more ...