treesitter: add htmldjango
This commit is contained in:
parent
8b0a257ee5
commit
73e1b5f4f5
1 changed files with 4 additions and 0 deletions
4
init.lua
4
init.lua
|
|
@ -110,6 +110,9 @@ vim.keymap.set("n", "<C-L>", ":nohlsearch<CR>")
|
||||||
---- Treesitter ----
|
---- Treesitter ----
|
||||||
local ts = require("nvim-treesitter.configs")
|
local ts = require("nvim-treesitter.configs")
|
||||||
ts.setup({
|
ts.setup({
|
||||||
|
auto_install = true,
|
||||||
|
sync_install = false,
|
||||||
|
ignore_install = {},
|
||||||
ensure_installed = {
|
ensure_installed = {
|
||||||
"bash",
|
"bash",
|
||||||
"c",
|
"c",
|
||||||
|
|
@ -127,6 +130,7 @@ ts.setup({
|
||||||
"gitignore",
|
"gitignore",
|
||||||
"go",
|
"go",
|
||||||
"html",
|
"html",
|
||||||
|
"htmldjango",
|
||||||
"http",
|
"http",
|
||||||
"ini",
|
"ini",
|
||||||
"javascript",
|
"javascript",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue