WSL2 で VSCode Neovim
VS Code 設定
WSL
ターミナルから VS Code を開くように設定する
macOS
Windows (WSL)
WSL に接続した状態で VS Code をたちあげた場合は設定不要
フォント設定
HackGen Console NF
サイズ
13
or 14
設定の抜粋
"terminal.integrated.fontFamily": "'HackGen Console NF', monospace",
"terminal.integrated.fontSize": 14,
"terminal.integrated.fontWeight": "normal"
ユーザ設定
{
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\bash.exe",
"window.zoomLevel": 0,
"editor.accessibilitySupport": "off",
"workbench.colorTheme": "Dracula",
"terminal.integrated.shell.linux": "/usr/bin/tmux",
"breadcrumbs.enabled": true,
"editor.minimap.enabled": false,
"editor.acceptSuggestionOnEnter": "off"
}
Draw.io Integration
拡張のインストール (これを参考に出力)
そんなに入れてないので一覧にする必要は無いがとりあえず
code --install-extension dracula-theme.theme-dracula
code --install-extension MS-CEINTL.vscode-language-pack-ja
code --install-extension ms-vscode-remote.remote-containers
code --install-extension ms-vscode-remote.remote-wsl
code --install-extension Tyriar.sort-lines
VSCodeNeovim
参考
ターミナル幅をを広げる
Panel Alignment to Justify