update
This commit is contained in:
parent
81483d4a44
commit
04d2ed31d8
@ -238,13 +238,13 @@ return {
|
|||||||
config = function()
|
config = function()
|
||||||
local treesitter_opt = {
|
local treesitter_opt = {
|
||||||
ensure_installed = {
|
ensure_installed = {
|
||||||
"c",
|
-- "c",
|
||||||
"cpp",
|
-- "cpp",
|
||||||
"python",
|
-- "python",
|
||||||
"java",
|
-- "java",
|
||||||
"lua",
|
-- "lua",
|
||||||
"bash",
|
-- "bash",
|
||||||
"vimdoc",
|
-- "vimdoc",
|
||||||
},
|
},
|
||||||
indent = { enable = true },
|
indent = { enable = true },
|
||||||
ignore_install = {
|
ignore_install = {
|
||||||
|
@ -10,5 +10,13 @@
|
|||||||
" $1",
|
" $1",
|
||||||
"}"
|
"}"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"init": {
|
||||||
|
"prefix": "init",
|
||||||
|
"body": [
|
||||||
|
"func init() {",
|
||||||
|
" $1",
|
||||||
|
"}"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user