Skip to content

Commit

Permalink
feat: update coc-settings.json
Browse files Browse the repository at this point in the history
- Enable icon in coc-explorer
- Force coc-tsserver to use project-based TypeScript version
  • Loading branch information
jeffreytse committed Aug 17, 2024
1 parent ca6b163 commit 3a5dd16
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nvim/coc-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@
"java.maven.downloadSources": true,
"java.jdt.ls.java.home": "~/.asdf/installs/java/openjdk-17.0.2",
"java.jdt.ls.vmargs": "-XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx1G -Xms100m -javaagent:/usr/local/share/lombok/lombok-1.18.30.jar",
"snippets.ultisnips.pythonPrompt": false
"snippets.ultisnips.pythonPrompt": false,
"explorer.icon.enableNerdfont": true,
"tsserver.useLocalTsdk": true
}

0 comments on commit 3a5dd16

Please sign in to comment.