mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
fix(nvim): turn of buggy treesiter indentation
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user