dotfiles/config/nvim/coc-settings.json

7 lines
140 B
JSON
Raw Normal View History

2020-06-10 17:04:54 +00:00
{
"npm.binPath": "yarn",
2020-06-11 03:20:12 +00:00
"python.linting.flake8Enabled": true,
2020-06-17 03:13:26 +00:00
"explorer.icon.enableNerdfont": true,
"explorer.width": 30
2020-06-10 17:04:54 +00:00
}