diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c1b3225d..2a953b1f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -7,7 +7,7 @@ ## Checklist diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96993304..51939e69 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,3 +12,4 @@ jobs: with: plugin: LazyVim repo: LazyVim/LazyVim + tests: true diff --git a/.gitignore b/.gitignore index 9e2d3592..2b0bb7a8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,8 @@ -tt.* -foo.* -.tests -doc/tags -debug -.repro *.log +.repro +.tests +build +debug +doc/tags +foo.* +tt.*