From ad76fdf5753ab6bf1d8d646dea20bf4e27b96651 Mon Sep 17 00:00:00 2001 From: marc Date: Tue, 21 Nov 2023 13:52:59 +0100 Subject: [PATCH] Added LSP Tailwind CSS to emacs --- config/doom/config.el | 7 ++++++- config/doom/packages.el | 3 +++ 2 files changed, 9 insertions(+), 1 deletion(-) 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