fix(nvim): turn of buggy treesiter indentation

This commit is contained in:
Stefan Imhoff
2023-02-10 17:03:29 +01:00
parent 8663012d96
commit 6d395ce802

View File

@@ -2,8 +2,11 @@
-- https://github.com/nvim-treesitter/nvim-treesitter
return {
"nvim-treesitter/nvim-treesitter",
"nvim-treesitter/playground",
depencendies = {
"nvim-treesitter/playground",
},
opts = {
indent = { enable = false },
ensure_installed = {
"astro",
"bash",