+7
-0
lines changedFilter options
+7
-0
lines changed Original file line number Diff line number Diff line change
@@ -336,6 +336,8 @@
336
336
lsp-sonarlint
337
337
lsp-sourcekit
338
338
lsp-tailwindcss
339
+
magit-file-icons
340
+
magit-lfs
339
341
magit-todos
340
342
makefile-executor
341
343
manage-minor-mode-table
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
1
1
;;; tools/magit/config.el -*- lexical-binding: t; -*-
2
2
3
3
(require 'diff-hl)
4
+
(require 'magit-lfs)
4
5
5
6
(use-package magit
6
7
:hook (magit-post-refresh . jcs-diff-hl-update)
@@ -19,6 +20,10 @@
19
20
'( magit-process-sentinel magit-commit-diff magit-run-git-async
20
21
git-commit-save-message)))
21
22
23
+
(use-package magit-file-icons
24
+
:init
25
+
(magit-file-icons-mode 1))
26
+
22
27
(use-package magit-todos
23
28
:init
24
29
(setq magit-todos-nice (if (executable-find "nice") t nil)
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4