Added LSP Tailwind CSS to emacs

This commit is contained in:
marc
2023-11-21 13:52:59 +01:00
parent 0d63549504
commit ad76fdf575
2 changed files with 9 additions and 1 deletions

View File

@@ -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" "λ")

View File

@@ -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