diff options
author | Oscar Najera <hi@oscarnajera.com> | 2024-03-01 16:45:17 +0100 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2024-04-01 01:40:43 +0200 |
commit | 84bbea70169207c4e6ab89d20e35c543dd40b7f9 (patch) | |
tree | c6315daf5196ce12eeba9a41017ecb9ab3fcff65 /config | |
parent | 028fcb0d87af2902037c5f163fe872b5d9f4c3f9 (diff) | |
download | dotfiles-84bbea70169207c4e6ab89d20e35c543dd40b7f9.tar.gz dotfiles-84bbea70169207c4e6ab89d20e35c543dd40b7f9.tar.bz2 dotfiles-84bbea70169207c4e6ab89d20e35c543dd40b7f9.zip |
python with tree sitter
Diffstat (limited to 'config')
-rw-r--r-- | config/doom/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/doom/init.el b/config/doom/init.el index b34e18b..cd9d65d 100644 --- a/config/doom/init.el +++ b/config/doom/init.el @@ -157,7 +157,7 @@ ;;php ; perl's insecure younger brother ;;plantuml ; diagrams for confusing people more ;;purescript ; javascript, but functional - (python +lsp +ipython) ; beautiful is better than ugly + (python +lsp +ipython +pyright +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 |