Skip to content

Commit

Permalink
feat(prog): add treesitter-context
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Feb 6, 2024
1 parent 5788292 commit a22fd0b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions modules/me-prog.el
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,18 @@ Fall back to the default `citre--project-root'."
(use-package eglot-booster
:straight (:host github :repo "jdtsmith/eglot-booster"))

(use-package posframe-plus
:straight (:host github :repo "zbelial/posframe-plus"))

(use-package treesitter-context
:straight (:host github :repo "zbelial/treesitter-context.el")
:when (+emacs-features-p 'tree-sitter)
:commands treesitter-context-mode
:custom
(treesitter-context-background-color "#EEEEEE")
(treesitter-context-border-color "#000000")
(treesitter-context-idle-time 0.5))

(use-package breadcrumb
:straight t)

Expand Down

0 comments on commit a22fd0b

Please sign in to comment.