mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-19 10:04:03 +05:30
Added magit-todos
This commit is contained in:
parent
a46254ff00
commit
58eff218ce
3 changed files with 9 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
||||||
yasnippet shackle
|
yasnippet shackle
|
||||||
projectile treemacs treemacs-projectile
|
projectile treemacs treemacs-projectile
|
||||||
treesit-grammars.with-all-grammars
|
treesit-grammars.with-all-grammars
|
||||||
magit magit-file-icons
|
magit magit-file-icons magit-todos
|
||||||
vterm sudo-edit
|
vterm sudo-edit
|
||||||
gdscript-mode
|
gdscript-mode
|
||||||
nix-mode
|
nix-mode
|
||||||
|
|
|
@ -299,6 +299,14 @@
|
||||||
(magit-file-icons-enable-untracked-icons t)
|
(magit-file-icons-enable-untracked-icons t)
|
||||||
(magit-file-icons-enable-diffstat-icons t))
|
(magit-file-icons-enable-diffstat-icons t))
|
||||||
|
|
||||||
|
(use-package magit-todos
|
||||||
|
:ensure t
|
||||||
|
:custom
|
||||||
|
:config
|
||||||
|
(setq magit-todos-keywords-list '("TODO" "FIXME" "HACK" "REVIEW" "DEPRECATED" "BUG"))
|
||||||
|
(setq magit-todos-keyword-suffix "\\(?:[([][^])]+[])]\\)?.")
|
||||||
|
(magit-todos-mode 1))
|
||||||
|
|
||||||
;; Theme and modeline
|
;; Theme and modeline
|
||||||
(use-package doom-themes
|
(use-package doom-themes
|
||||||
:ensure t
|
:ensure t
|
||||||
|
|
|
@ -514,7 +514,6 @@ in
|
||||||
ignore_dbus_inhibit = false
|
ignore_dbus_inhibit = false
|
||||||
}
|
}
|
||||||
|
|
||||||
# FIXME memory leak fries computer inbetween dpms off and suspend
|
|
||||||
#listener {
|
#listener {
|
||||||
# timeout = 150 # in seconds
|
# timeout = 150 # in seconds
|
||||||
# on-timeout = hyprctl dispatch dpms off
|
# on-timeout = hyprctl dispatch dpms off
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue