From 83cb6c2000ed123c2d7581c095a8e3ee1f31b9fe Mon Sep 17 00:00:00 2001 From: David JULIEN Date: Tue, 12 Oct 2021 19:08:03 +0200 Subject: [PATCH] format: add info header to nvim-treesitter config --- .config/nvim/lua/plugin/treesitter.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.config/nvim/lua/plugin/treesitter.lua b/.config/nvim/lua/plugin/treesitter.lua index 8133cfe..e294959 100644 --- a/.config/nvim/lua/plugin/treesitter.lua +++ b/.config/nvim/lua/plugin/treesitter.lua @@ -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" },