This commit is contained in:
newbie 2024-01-28 16:12:42 +08:00
parent 81483d4a44
commit 04d2ed31d8
2 changed files with 15 additions and 7 deletions

View File

@ -238,13 +238,13 @@ return {
config = function()
local treesitter_opt = {
ensure_installed = {
"c",
"cpp",
"python",
"java",
"lua",
"bash",
"vimdoc",
-- "c",
-- "cpp",
-- "python",
-- "java",
-- "lua",
-- "bash",
-- "vimdoc",
},
indent = { enable = true },
ignore_install = {

View File

@ -10,5 +10,13 @@
" $1",
"}"
]
},
"init": {
"prefix": "init",
"body": [
"func init() {",
" $1",
"}"
]
}
}