{
  "codeLens.enable": true,
  "semanticTokens.enable": true,
  "links.enable": true,
  "links.tooltip": true,
  "coc.preferences.formatOnType": true,
  "colors.enable": true,
  "diagnostic.virtualText": true,
  "links.highlight": true,
  "list.alignColumns": true,
  "list.floatPreview": true,
  "snippet.highlight": true,
  "coc.preferences.enableLinkedEditing": true,
  "coc.preferences.extensionUpdateCheck": "daily",
  "coc.preferences.silentAutoupdate": true,
  "Lua.diagnostics.globals": ["vim"],
  "sumneko-lua.enableNvimLuaDev": true,
  "Lua.runtime.version": "LuaJIT",
  "coc.preferences.formatOnSave": false,
  "leetcode.language": "golang",
  "pylsp.builtin.installExtrasArgs": ["all"],
  "pylsp.builtin.enableInstallPylsIsort": true,
  "pylsp.builtin.pylsIsortVersion": "0.2.2",
  "pylsp.builtin.enableInstallPythonLspBlack": true,
  "pylsp.builtin.pythonLspBlackVersion": "1.0.1",
  "pylsp.builtin.enableInstallPylspMypy": true,
  "pylsp.builtin.pylspMypyVersion": "0.5.2",
  "zig.zls.enabled": true,
  "zig.zls.checkForUpdate": true,
  "zig.zls.enableSnippets": true,
  "zig.zls.enableInlayHints": true,
  "languageserver": {},
  "cSpell.userWords": [
    "Autoupdate",
    "Isort",
    "Mypy",
    "Nerdfont",
    "Nvim",
    "Pyls",
    "fout",
    "gonic",
    "leetcode",
    "prac",
    "pylsp",
    "reget",
    "sumneko",
    "ultisnips",
    "unplugin",
    "vite",
    "vitejs"
  ],
  "snippets.ultisnips.pythonPrompt": true,
  "zig.zls.path": "/home/jin/.config/coc/extensions/coc-zls-data/zls_install/zls"
}
