Add string-inflection package.
This commit is contained in:
@ -15,6 +15,9 @@
|
|||||||
:defer t
|
:defer t
|
||||||
:bind ("<f1>" . eldoc-box-help-at-point))
|
:bind ("<f1>" . eldoc-box-help-at-point))
|
||||||
|
|
||||||
|
;; Cambiar fácilmente entre naming conventions (camel, pascal, kebab, snake, etc.)
|
||||||
|
(use-package string-inflection)
|
||||||
|
|
||||||
;; Code folding indicators using Tree-sitter
|
;; Code folding indicators using Tree-sitter
|
||||||
(use-package treesit-fold-indicators
|
(use-package treesit-fold-indicators
|
||||||
:ensure treesit-fold
|
:ensure treesit-fold
|
||||||
|
Reference in New Issue
Block a user