Skip to content

Commit

Permalink
update defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
marcantonio committed Apr 5, 2024
1 parent a0eaed7 commit d0c3e8d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lsp-treemacs.el
Original file line number Diff line number Diff line change
Expand Up @@ -124,22 +124,22 @@ Fallback to list all workspaces if no project root is found."
:type 'boolean
:group 'lsp-treemacs)

(defcustom lsp-treemacs-error-list-expand-depth 3
(defcustom lsp-treemacs-error-list-expand-depth nil
"Automatic expansion depth for `lsp-treemacs-error-list'"
:type 'number
:group 'lsp-treemacs)

(defcustom lsp-treemacs-call-hierarchy-expand-depth 2
(defcustom lsp-treemacs-call-hierarchy-expand-depth nil
"Automatic expansion depth for `lsp-treemacs-call-hierarchy'"
:type 'number
:group 'lsp-treemacs)

(defcustom lsp-treemacs-type-hierarchy-expand-depth 3
(defcustom lsp-treemacs-type-hierarchy-expand-depth nil
"Automatic expansion depth for `lsp-treemacs-type-hierarchy'"
:type 'number
:group 'lsp-treemacs)

(defcustom lsp-treemacs-java-deps-list-expand-depth 2
(defcustom lsp-treemacs-java-deps-list-expand-depth nil
"Automatic expansion depth for `lsp-treemacs-java-deps-list'"
:type 'number
:group 'lsp-treemacs)
Expand Down

0 comments on commit d0c3e8d

Please sign in to comment.