dotfiles/config/nvim/coc-settings.json

6 lines
114 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,
"explorer.icon.enableNerdfont": true
2020-06-10 17:04:54 +00:00
}