mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
ci: Add workflow for tests
This commit is contained in:
parent
c7634f16de
commit
771abaf531
2 changed files with 43 additions and 0 deletions
|
|
@ -8,4 +8,5 @@ vim.bo.swapfile = false
|
|||
require("nvim-treesitter.configs").setup {
|
||||
ensure_installed = "maintained",
|
||||
indent = { enable = true },
|
||||
highlight = { enable = true },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue