format: add info header to nvim-treesitter config

This commit is contained in:
David JULIEN 2021-10-12 19:08:03 +02:00
parent 101d37ff52
commit 83cb6c2000
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-- Author : swytch
-- Created : Monday May 24, 2021 20:02:19 CET
-- License : GPLv3
-- Description : treesitter config file
require("nvim-treesitter.configs").setup {
ensure_installed = { "c", "lua", "python", "bash" },
ignore_install = { "javascript" },