shmodot/.vscode/settings.json

5 lines
134 B
JSON
Raw Normal View History

2022-08-12 01:16:23 +02:00
{
"editor.formatOnSave": true,
2022-08-16 02:02:38 +02:00
"editor.formatOnType": true,
"vscode-neovim.neovimExecutablePaths.linux": "/usr/bin/nvim"
2022-08-12 01:16:23 +02:00
}