emacs-lsp / lsp-treemacs

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

Hi, how to sort item by position ? #133

Open ladieman217 opened 2 years ago

ladieman217 commented 2 years 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

ladieman217 commented 2 years 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).