mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-04 18:14:40 +02:00
Fixed possible typo (#324)
Fixing possible typo on the `oneDarkPro` theme name.
This commit is contained in:
parent
220362ef8f
commit
b70c1a4a07
1 changed files with 1 additions and 1 deletions
|
@ -976,7 +976,7 @@
|
|||
"java.semanticHighlighting.enabled": true,
|
||||
"java.jdt.ls.vmargs": "-XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx1G -Xms100m -javaagent:\"/home/chris/.vscode-oss/extensions/gabrielbb.vscode-lombok-1.0.1/server/lombok.jar\"",
|
||||
"workbench.list.automaticKeyboardNavigation": false,
|
||||
"oneDarkPro.editorTheme": "onedarkPro",
|
||||
"oneDarkPro.editorTheme": "oneDarkPro",
|
||||
"python.languageServer": "Pylance",
|
||||
"editor.scrollbar.horizontal": "hidden",
|
||||
"editor.scrollbar.vertical": "hidden",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue