all repos

init.lua @ 69e0a9fe71e00c9c6e08a090187f63639d0894d3

my nvim config
1 files changed, 2 insertions(+), 6 deletions(-)
feat(project): update config

feat(project): add pattern for babashka
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2022-09-05 23:17:37 +0300
Parent: 15857f3
M lua/configs/project.lua

@@ -1,17 +1,13 @@

require("project_nvim").setup { show_hidden = true, patterns = { - ".git", + "^\\.git$", "Makefile", "package.json", - "deno.json", "go.mod", "pyproject.toml", "Cargo.toml", "deps.edn", - }, - exclude_dirs = { - "~/.cargo", - "~/.golang", + "bb.edn", }, }