fix(treesitter): re-enable treesitter
This commit is contained in:
parent
3ec1f5c3e3
commit
2d994cc0be
3 changed files with 12 additions and 7 deletions
|
|
@ -17,7 +17,7 @@
|
||||||
"nvim-lint": { "branch": "master", "commit": "9dfb77ef6c5092a19502883c02dc5a02ec648729" },
|
"nvim-lint": { "branch": "master", "commit": "9dfb77ef6c5092a19502883c02dc5a02ec648729" },
|
||||||
"nvim-treesitter": { "branch": "master", "commit": "94ea4f436d2b59c80f02e293466c374584f03b8c" },
|
"nvim-treesitter": { "branch": "master", "commit": "94ea4f436d2b59c80f02e293466c374584f03b8c" },
|
||||||
"nvim-treesitter-context": { "branch": "master", "commit": "6daca3ad780f045550b820f262002f35175a6c04" },
|
"nvim-treesitter-context": { "branch": "master", "commit": "6daca3ad780f045550b820f262002f35175a6c04" },
|
||||||
"nvim-treesitter-textobjects": { "branch": "master", "commit": "ed373482db797bbf71bdff37a15c7555a84dce47" },
|
"nvim-treesitter-textobjects": { "branch": "master", "commit": "0e3be38005e9673d044e994b1e4b123adb040179" },
|
||||||
"nvim-web-devicons": { "branch": "master", "commit": "2c2b4eafce6cdd0cb165036faa17396eff18f847" },
|
"nvim-web-devicons": { "branch": "master", "commit": "2c2b4eafce6cdd0cb165036faa17396eff18f847" },
|
||||||
"oil.nvim": { "branch": "master", "commit": "685cdb4ffa74473d75a1b97451f8654ceeab0f4a" },
|
"oil.nvim": { "branch": "master", "commit": "685cdb4ffa74473d75a1b97451f8654ceeab0f4a" },
|
||||||
"plenary.nvim": { "branch": "master", "commit": "857c5ac632080dba10aae49dba902ce3abf91b35" },
|
"plenary.nvim": { "branch": "master", "commit": "857c5ac632080dba10aae49dba902ce3abf91b35" },
|
||||||
|
|
|
||||||
|
|
@ -3,5 +3,5 @@
|
||||||
return {
|
return {
|
||||||
"nvim-treesitter/nvim-treesitter-context",
|
"nvim-treesitter/nvim-treesitter-context",
|
||||||
event = { "BufReadPre", "BufNewFile" },
|
event = { "BufReadPre", "BufNewFile" },
|
||||||
enabled = false,
|
enabled = true,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ return {
|
||||||
"nvim-treesitter/nvim-treesitter",
|
"nvim-treesitter/nvim-treesitter",
|
||||||
build = ":TSUpdate",
|
build = ":TSUpdate",
|
||||||
event = { "BufReadPre", "BufNewFile" },
|
event = { "BufReadPre", "BufNewFile" },
|
||||||
enabled = false,
|
enabled = true,
|
||||||
dependencies = {
|
dependencies = {
|
||||||
"nvim-treesitter/nvim-treesitter-textobjects",
|
"nvim-treesitter/nvim-treesitter-textobjects",
|
||||||
},
|
},
|
||||||
|
|
@ -22,19 +22,24 @@ return {
|
||||||
"vimdoc",
|
"vimdoc",
|
||||||
"bash",
|
"bash",
|
||||||
"diff",
|
"diff",
|
||||||
|
"make",
|
||||||
"gitignore",
|
"gitignore",
|
||||||
|
"gitcommit",
|
||||||
"markdown",
|
"markdown",
|
||||||
"markdown_inline",
|
"markdown_inline",
|
||||||
|
"rst",
|
||||||
|
"latex",
|
||||||
"elixir",
|
"elixir",
|
||||||
"eex",
|
"eex",
|
||||||
"heex",
|
"heex",
|
||||||
"yaml",
|
"yaml",
|
||||||
"html",
|
"html",
|
||||||
"javascript",
|
|
||||||
"css",
|
"css",
|
||||||
|
"javascript",
|
||||||
"dockerfile",
|
"dockerfile",
|
||||||
"query",
|
"query",
|
||||||
"hcl",
|
"hcl",
|
||||||
|
"terraform",
|
||||||
"bicep",
|
"bicep",
|
||||||
"csv",
|
"csv",
|
||||||
"properties",
|
"properties",
|
||||||
|
|
@ -45,13 +50,13 @@ return {
|
||||||
"go",
|
"go",
|
||||||
"gomod",
|
"gomod",
|
||||||
"gosum",
|
"gosum",
|
||||||
"tcl",
|
|
||||||
"editorconfig",
|
"editorconfig",
|
||||||
"http",
|
"http",
|
||||||
"make",
|
|
||||||
"toml",
|
"toml",
|
||||||
"latex",
|
|
||||||
"sql",
|
"sql",
|
||||||
|
"promql",
|
||||||
|
"nginx",
|
||||||
|
"powershell",
|
||||||
},
|
},
|
||||||
incremental_selection = {
|
incremental_selection = {
|
||||||
enable = true,
|
enable = true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue