summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30744fac1665..6dc7d17924d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,8 @@ pkgbase = kakoune-git
optdepends = aspell: spell check, correct text
optdepends = clang: error reporting and diagnostics, completion
optdepends = ctags-git: complete and describe a symbol, jump to its definition
+ optdepends = editorconfig-core-c: set formatting options project-wide
+ optdepends = git: display and cycle through hunks, blame lines, handle file status
optdepends = tmux: split windows, spawn tabs
optdepends = xdotool: X11 window management
optdepends = xorg-xmessage: print detailed crash information in a separate window
diff --git a/PKGBUILD b/PKGBUILD
index 295deacddcfb..20d7f3138235 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,8 @@ optdepends=(
"aspell: spell check, correct text"
"clang: error reporting and diagnostics, completion"
"ctags-git: complete and describe a symbol, jump to its definition"
+ "editorconfig-core-c: set formatting options project-wide"
+ "git: display and cycle through hunks, blame lines, handle file status"
"tmux: split windows, spawn tabs"
"xdotool: X11 window management"
"xorg-xmessage: print detailed crash information in a separate window"