Added LSP Tailwind CSS to emacs
This commit is contained in:
@@ -108,6 +108,11 @@
|
|||||||
(setq pipenv-with-projectile t)
|
(setq pipenv-with-projectile t)
|
||||||
(setenv "PIPENV_MAX_DEPTH" "10"))
|
(setenv "PIPENV_MAX_DEPTH" "10"))
|
||||||
|
|
||||||
|
;; -----------------------------------------------------------------------------
|
||||||
|
;; Web (HTML + CSS)
|
||||||
|
;; -----------------------------------------------------------------------------
|
||||||
|
(use-package! lsp-tailwindcss)
|
||||||
|
|
||||||
;; -----------------------------------------------------------------------------
|
;; -----------------------------------------------------------------------------
|
||||||
;; Org
|
;; Org
|
||||||
;; -----------------------------------------------------------------------------
|
;; -----------------------------------------------------------------------------
|
||||||
@@ -154,7 +159,7 @@
|
|||||||
(load! "modules/prettify-utils.el")
|
(load! "modules/prettify-utils.el")
|
||||||
|
|
||||||
(pretty-hook python-mode
|
(pretty-hook python-mode
|
||||||
("def" "")
|
;; ("def" "")
|
||||||
;; ("class" "𝙘")
|
;; ("class" "𝙘")
|
||||||
("None" "∅")
|
("None" "∅")
|
||||||
("lambda" "λ")
|
("lambda" "λ")
|
||||||
|
|||||||
@@ -60,6 +60,9 @@
|
|||||||
;; Python
|
;; Python
|
||||||
(package! py-autopep8)
|
(package! py-autopep8)
|
||||||
|
|
||||||
|
;; Web (HTML + CSS)
|
||||||
|
(package! lsp-tailwindcss :recipe (:host github :repo "merrickluo/lsp-tailwindcss"))
|
||||||
|
|
||||||
;; Org
|
;; Org
|
||||||
|
|
||||||
;; Org-Roam UI
|
;; Org-Roam UI
|
||||||
|
|||||||
Reference in New Issue
Block a user