Add string-inflection package.

This commit is contained in:
kj
2025-08-28 14:55:40 -03:00
parent cadc7a3a7c
commit 9b7635e69e

View File

@ -15,7 +15,10 @@
:defer t
:bind ("<f1>" . eldoc-box-help-at-point))
;; Code folding indicators using Tree-sitter
;; Cambiar fácilmente entre naming conventions (camel, pascal, kebab, snake, etc.)
(use-package string-inflection)
;; Code folding indicators using Tree-sitter
(use-package treesit-fold-indicators
:ensure treesit-fold
:hook (after-init . global-treesit-fold-indicators-mode)