[package] add treesitter for python
This commit is contained in:
parent
b1869f02fa
commit
a41ae2c985
1 changed files with 3 additions and 2 deletions
5
init.el
5
init.el
|
@ -44,7 +44,7 @@
|
|||
ophints ; highlight the region an operation acts on
|
||||
(popup +defaults) ; tame sudden yet inevitable temporary windows
|
||||
;;tabs ; a tab bar for Emacs
|
||||
treemacs ; a project drawer, like neotree but cooler
|
||||
(treemacs +lsp) ; a project drawer, like neotree but cooler
|
||||
;;unicode ; extended unicode support for various languages
|
||||
vc-gutter ; vcs diff in the fringe
|
||||
vi-tilde-fringe ; fringe tildes to mark beyond EOB
|
||||
|
@ -169,7 +169,8 @@
|
|||
(python
|
||||
+lsp
|
||||
+pyright
|
||||
+poetry) ; beautiful is better than ugly
|
||||
+poetry
|
||||
+tree-sitter) ; beautiful is better than ugly
|
||||
;;qt ; the 'cutest' gui framework ever
|
||||
;;racket ; a DSL for DSLs
|
||||
;;raku ; the artist formerly known as perl6
|
||||
|
|
Loading…
Reference in a new issue