update
This commit is contained in:
parent
81483d4a44
commit
04d2ed31d8
@ -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 = {
|
||||
|
@ -10,5 +10,13 @@
|
||||
" $1",
|
||||
"}"
|
||||
]
|
||||
},
|
||||
"init": {
|
||||
"prefix": "init",
|
||||
"body": [
|
||||
"func init() {",
|
||||
" $1",
|
||||
"}"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user