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 ----
|
||||
local ts = require("nvim-treesitter.configs")
|
||||
ts.setup({
|
||||
auto_install = true,
|
||||
sync_install = false,
|
||||
ignore_install = {},
|
||||
ensure_installed = {
|
||||
"bash",
|
||||
"c",
|
||||
|
|
@ -127,6 +130,7 @@ ts.setup({
|
|||
"gitignore",
|
||||
"go",
|
||||
"html",
|
||||
"htmldjango",
|
||||
"http",
|
||||
"ini",
|
||||
"javascript",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue