dotfiles

my dotfiles
Log | Files | Refs

commit 9cdfd774267fe936991b9d6d1b45a9ef089b1c7b
parent 01783e3665d6358718b060f4e19d3e34fc39cd06
Author: Stefan Koch <programming@stefan-koch.name>
Date:   Sat, 15 Apr 2023 13:50:47 +0200

add ale linting

Diffstat:
M.chezmoiexternal.toml | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/.chezmoiexternal.toml b/.chezmoiexternal.toml @@ -14,3 +14,7 @@ type = "git-repo" url = "https://github.com/VundleVim/Vundle.vim.git" refreshPeriod = "168h" + +[".vim/pack/git-plugins/start/ale"] + type = "git-repo" + url = "https://github.com/dense-analysis/ale.git"