diff --git a/home/bin/custom/executable_zsh_create_completions.sh b/home/bin/custom/executable_zsh_create_completions.sh index 939724c1f5103c0eceeee29fb6ff0a1eea694002..76a076785031460053d1550a54a543f69568c9e3 100644 --- a/home/bin/custom/executable_zsh_create_completions.sh +++ b/home/bin/custom/executable_zsh_create_completions.sh @@ -35,9 +35,6 @@ for app in cmctl; do done # Diverse tools without packaged zsh completion - -logcli --completion-script-zsh >"$COMPDIR"/_logcli - wget -q https://raw.githubusercontent.com/go-task/task/master/completion/zsh/_task -O "$COMPDIR"/_task wget -q https://raw.githubusercontent.com/ianmkenney/timewarrior_zsh_completion/main/_timew -O "$COMPDIR"/_timew @@ -48,3 +45,5 @@ wget -q https://raw.githubusercontent.com/ianmkenney/timewarrior_zsh_completion/ # Completions that are not using #compdef, but need to get sourced wget -q https://raw.githubusercontent.com/google-cloud-sdk-unofficial/google-cloud-sdk/739e24b483a40f1cea510459625c370c4229cce3/completion.zsh.inc -O "$SOURCEIDR"/05_completion_gcloud.sh + +logcli --completion-script-zsh >"$COMPDIR"/_logcli diff --git a/home/dot_config/nvim/lua/plugins/mason.lua b/home/dot_config/nvim/lua/plugins/mason.lua index 34ab5c09f883cd8792163b3854992c7caeffc86e..9eb776a9c89c065e99fb9a38758c9344ee34b8c8 100644 --- a/home/dot_config/nvim/lua/plugins/mason.lua +++ b/home/dot_config/nvim/lua/plugins/mason.lua @@ -8,6 +8,7 @@ return { -- }, -- log_level = vim.log.levels.DEBUG, ensure_installed = { + "editorconfig-checker", "markdownlint", "markdown-toc", "trivy",