emacs-lsp / lsp-treemacs

lsp-mode :heart: treemacs
GNU General Public License v3.0
393 stars 46 forks source link

Hi, how to sort item by position ? #133

Open yufengwang opened 1 year ago

yufengwang commented 1 year ago

Hi , if it's possible to sort items by position with doom emacs ? I have seen that it's the default config but not working with doom emacs, thank you

yufengwang commented 1 year ago

It's (lsp-treemacs-sort-by-position) by default, but not working, even if i set this (setq lsp-treemacs-symbols-sort-functions '(lsp-treemacs-sort-by-position))

gamboz commented 1 year ago

I have the opposite problem, with the sorting of tags always done "by position" and not for name or kind, as if the variable Lsp Treemacs Symbols Sort Functions does not take effects (emacs 28.3, treemacs 3.1, lsp-treemacs 20230504.516; using python).