format: add info header to nvim-treesitter config
This commit is contained in:
parent
101d37ff52
commit
83cb6c2000
@ -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" },
|
||||
|
Reference in New Issue
Block a user