Add TODO list inside code.
You can view the complete list using consult (consult-todo) and on magit. Also the keywords like TODO or FIXME was highlighted on code comments.
This commit is contained in:
@ -145,5 +145,11 @@
|
||||
:after nerd-icons
|
||||
:config (nerd-icons-completion-mode))
|
||||
|
||||
;; Todolist de todo el projecto desde consult.
|
||||
(use-package consult-todo
|
||||
:demand t
|
||||
:bind ("C-c t" . consult-todo)
|
||||
:defer t)
|
||||
|
||||
(provide 'init-minibuffer)
|
||||
;;; init-minibuffer.el ends here
|
||||
|
Reference in New Issue
Block a user