ci: Add workflow for tests

This commit is contained in:
Stephan Seitz
2021-11-20 16:55:26 +01:00
parent c7634f16de
commit 771abaf531
2 changed files with 43 additions and 0 deletions

View File

@@ -8,4 +8,5 @@ vim.bo.swapfile = false
require("nvim-treesitter.configs").setup {
ensure_installed = "maintained",
indent = { enable = true },
highlight = { enable = true },
}