diff --git a/config/doom/config.el b/config/doom/config.el index ee81226..e273786 100644 --- a/config/doom/config.el +++ b/config/doom/config.el @@ -108,6 +108,11 @@ (setq pipenv-with-projectile t) (setenv "PIPENV_MAX_DEPTH" "10")) +;; ----------------------------------------------------------------------------- +;; Web (HTML + CSS) +;; ----------------------------------------------------------------------------- +(use-package! lsp-tailwindcss) + ;; ----------------------------------------------------------------------------- ;; Org ;; ----------------------------------------------------------------------------- @@ -154,7 +159,7 @@ (load! "modules/prettify-utils.el") (pretty-hook python-mode - ("def" "󰊕") + ;; ("def" "󰊕") ;; ("class" "𝙘") ("None" "∅") ("lambda" "λ") diff --git a/config/doom/packages.el b/config/doom/packages.el index d5e62e2..0e61198 100644 --- a/config/doom/packages.el +++ b/config/doom/packages.el @@ -60,6 +60,9 @@ ;; Python (package! py-autopep8) +;; Web (HTML + CSS) +(package! lsp-tailwindcss :recipe (:host github :repo "merrickluo/lsp-tailwindcss")) + ;; Org ;; Org-Roam UI