add gomod and gosum to ensured installed list & code formatting
This commit is contained in:
parent
3fbefe870b
commit
81b6f8c693
1 changed files with 92 additions and 82 deletions
|
|
@ -13,7 +13,17 @@ return {
|
||||||
|
|
||||||
treesitter.setup {
|
treesitter.setup {
|
||||||
-- A list of parser names, or "all"
|
-- A list of parser names, or "all"
|
||||||
ensure_installed = { "vimdoc", "javascript", "typescript", "c", "lua", "rust" },
|
ensure_installed = {
|
||||||
|
"vimdoc",
|
||||||
|
"javascript",
|
||||||
|
"typescript",
|
||||||
|
"c",
|
||||||
|
"lua",
|
||||||
|
"rust",
|
||||||
|
"go",
|
||||||
|
"gosum",
|
||||||
|
"gomod",
|
||||||
|
},
|
||||||
-- Install parsers synchronously (only applied to `ensure_installed`)
|
-- Install parsers synchronously (only applied to `ensure_installed`)
|
||||||
sync_install = false,
|
sync_install = false,
|
||||||
-- Automatically install missing parsers when entering buffer
|
-- Automatically install missing parsers when entering buffer
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue