removed htmldjango from ensure_installed
This commit is contained in:
@@ -196,7 +196,7 @@ function M.nvim_treesitter()
|
|||||||
require("nvim-treesitter.configs").setup({
|
require("nvim-treesitter.configs").setup({
|
||||||
ensure_installed = {
|
ensure_installed = {
|
||||||
"python",
|
"python",
|
||||||
"htmldjango",
|
--"htmldjango",
|
||||||
"lua",
|
"lua",
|
||||||
"javascript",
|
"javascript",
|
||||||
"typescript",
|
"typescript",
|
||||||
|
|||||||
Reference in New Issue
Block a user