From a2ff4f2f856e57ffe3c970aa644be8797ad8882b Mon Sep 17 00:00:00 2001 From: Florian Beisel Date: Wed, 12 Jun 2024 22:27:53 +0200 Subject: [PATCH] Update .logseq/config/plugins.edn Update Library/Application Support/Code/User/settings.json --- dot_logseq/config/plugins.edn | 3 ++- .../private_Code/User/settings.json | 14 +++++++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/dot_logseq/config/plugins.edn b/dot_logseq/config/plugins.edn index bd67d23..15e3535 100644 --- a/dot_logseq/config/plugins.edn +++ b/dot_logseq/config/plugins.edn @@ -1,2 +1,3 @@ {:logseq-bujo-theme {:version "1.3.5", :repo "stdword/logseq-bujo-theme", :effect false, :theme true} - :logseq-bullet-threading {:version "v1.1.4", :repo "pengx17/logseq-plugin-bullet-threading", :effect false, :theme false}} + :logseq-bullet-threading {:version "v1.1.4", :repo "pengx17/logseq-plugin-bullet-threading", :effect false, :theme false} + :logseq-markdown-table {:version "v1.8.1", :repo "haydenull/logseq-plugin-markdown-table", :effect false, :theme false}} diff --git a/private_Library/private_Application Support/private_Code/User/settings.json b/private_Library/private_Application Support/private_Code/User/settings.json index e4babe1..d52bcb4 100644 --- a/private_Library/private_Application Support/private_Code/User/settings.json +++ b/private_Library/private_Application Support/private_Code/User/settings.json @@ -48,5 +48,17 @@ "projectManager.groupList": true, "[json]": { "editor.defaultFormatter": "esbenp.prettier-vscode" - } + }, + "git.openRepositoryInParentFolders": "always", + "javascript.inlayHints.enumMemberValues.enabled": true, + "javascript.inlayHints.functionLikeReturnTypes.enabled": true, + "javascript.inlayHints.parameterTypes.enabled": true, + "javascript.inlayHints.parameterNames.enabled": "literals", + "javascript.inlayHints.variableTypes.enabled": true, + "typescript.inlayHints.parameterTypes.enabled": true, + "typescript.inlayHints.propertyDeclarationTypes.enabled": true, + "typescript.inlayHints.enumMemberValues.enabled": true, + "typescript.inlayHints.functionLikeReturnTypes.enabled": true, + "typescript.inlayHints.parameterNames.enabled": "literals", + "go.inlayHints.parameterNames": true } \ No newline at end of file