nvim/coc-settings.json

9 lines
290 B
JSON
Raw Normal View History

2023-01-19 18:14:43 +08:00
{
2023-01-19 19:11:37 +08:00
"snippets.ultisnips.pythonPrompt": false,
2023-01-22 17:20:38 +08:00
"explorer.icon.enableNerdfont": true,
2023-01-22 22:20:39 +08:00
"explorer.toggle": true,
"markdown-preview-enhanced.previewTheme":"github-dark.css",
2023-01-22 23:03:08 +08:00
"markdown-preview-enhanced.latexEngine": "pdflatex",
2023-01-27 23:44:25 +08:00
"markdown-preview-enhanced.chromePath": "/usr/bin/wyeb"
2023-01-19 18:14:43 +08:00
}