nix/home-manager/common/software/cli/doom-emacs.d/packages.el

7 lines
195 B
EmacsLisp
Raw Normal View History

2023-08-30 05:07:30 +02:00
;; Themes
2023-08-29 05:35:47 +02:00
(package! gruvbox-theme)
2023-08-30 05:07:30 +02:00
;; Language servers for LSP
(package! lsp-python-ms) ;; Python
(package! bash-language-server) ;; Bash
2023-08-30 05:10:00 +02:00
;; (package! rls) ;; Rust