nvim: tree-sitter-jinja2 to treesitter config
This commit is contained in:
parent
a4e44be0c4
commit
424a357be6
1 changed files with 2 additions and 1 deletions
|
@ -3,8 +3,9 @@ return {
|
||||||
event = { "BufReadPre", "BufNewFile" },
|
event = { "BufReadPre", "BufNewFile" },
|
||||||
build = ":TSUpdate",
|
build = ":TSUpdate",
|
||||||
dependencies = {
|
dependencies = {
|
||||||
"windwp/nvim-ts-autotag",
|
"geigerzaehler/tree-sitter-jinja2",
|
||||||
"nvim-treesitter/nvim-treesitter-textobjects",
|
"nvim-treesitter/nvim-treesitter-textobjects",
|
||||||
|
"windwp/nvim-ts-autotag",
|
||||||
},
|
},
|
||||||
config = function()
|
config = function()
|
||||||
-- import nvim-treesitter plugin
|
-- import nvim-treesitter plugin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue