dotfiles/nvim/config/coc-settings.json

8 lines
175 B
JSON
Raw Normal View History

2020-06-10 17:04:54 +00:00
{
"npm.binPath": "yarn",
2020-06-20 02:32:33 +00:00
"python.linting.enable": true,
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
}