Add string-inflection package.
This commit is contained in:
		@@ -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)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user