Remove unneeded shit
This commit is contained in:
@@ -331,9 +331,12 @@
|
|||||||
treemacs-persist-file (expand-file-name ".cache/treemacs-persist" user-emacs-directory)
|
treemacs-persist-file (expand-file-name ".cache/treemacs-persist" user-emacs-directory)
|
||||||
treemacs-width 40
|
treemacs-width 40
|
||||||
treemacs-project-follow-cleanup t
|
treemacs-project-follow-cleanup t
|
||||||
|
treemacs-tag-follow-cleanup t
|
||||||
treemacs-expand-after-init nil
|
treemacs-expand-after-init nil
|
||||||
treemacs-recenter-after-file-follow t)
|
treemacs-recenter-after-file-follow t
|
||||||
(treemacs-follow-mode t)
|
treemacs-recenter-after-tag-follow t
|
||||||
|
treemacs-tag-follow-delay 1)
|
||||||
|
(treemacs-tag-follow-mode t)
|
||||||
(treemacs-load-theme "doom-atom"))
|
(treemacs-load-theme "doom-atom"))
|
||||||
:bind
|
:bind
|
||||||
(:map global-map
|
(:map global-map
|
||||||
@@ -370,15 +373,6 @@
|
|||||||
(python-mode . lsp)
|
(python-mode . lsp)
|
||||||
(haskell-mode . lsp))
|
(haskell-mode . lsp))
|
||||||
|
|
||||||
;; fancy shit for lsp in treemacs
|
|
||||||
(use-package lsp-treemacs
|
|
||||||
:ensure t
|
|
||||||
:init
|
|
||||||
(lsp-treemacs-sync-mode 1)
|
|
||||||
:bind
|
|
||||||
(:map global-map
|
|
||||||
("C-x t s" . lsp-treemacs-symbols)))
|
|
||||||
|
|
||||||
;; Ui integration for Lsp
|
;; Ui integration for Lsp
|
||||||
(use-package lsp-ui
|
(use-package lsp-ui
|
||||||
:ensure t
|
:ensure t
|
||||||
|
|||||||
Reference in New Issue
Block a user