nvim/coc-settings.json

10 lines
300 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-26 22:35:16 +08:00
"leetcode.language": "cpp",
"outline.togglePreviewKey": "<c-q>"
2023-01-19 18:14:43 +08:00
}