all repos

init.lua @ 91f7956

my nvim config
1 files changed, 3 insertions(+), 0 deletions(-)
feat(plugins): add more patterns
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2023-07-21 19:46:13 +0300
Parent: c9e7c52
M lua/plugins/common.lua

@@ -9,6 +9,9 @@ patterns = {

"^\\.git$", "Makefile", "Justfile", + [[Taskfile\.ya?ml]], + [[docker-compose\.ya?ml]], + "*.Dockerfile.*", "package.json", "go.mod", "go.work",