From 6d395ce8028bda3f44cf59d7f3e0543e22a86cf3 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Fri, 10 Feb 2023 17:03:29 +0100 Subject: [PATCH] fix(nvim): turn of buggy treesiter indentation --- nvim/lua/plugins/nvim-treesitter.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nvim/lua/plugins/nvim-treesitter.lua b/nvim/lua/plugins/nvim-treesitter.lua index fcebb29..71ee938 100644 --- a/nvim/lua/plugins/nvim-treesitter.lua +++ b/nvim/lua/plugins/nvim-treesitter.lua @@ -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",