summaryrefslogtreecommitdiff
path: root/lua/lvim
diff options
context:
space:
mode:
authorLostNeophyte <[email protected]>2023-01-26 17:37:51 +0100
committerGitHub <[email protected]>2023-01-26 11:37:51 -0500
commitc18cd3f0a89443d4265f6df8ce12fb89d627f09e (patch)
tree3cd3ade608d843f05646261f09992ac5befc8fda /lua/lvim
parent0c94c6a5bd3847c7504090481b0a61fbab6b6309 (diff)
feat(ts): enable indent for c and cpp (#3783)
Diffstat (limited to 'lua/lvim')
-rw-r--r--lua/lvim/core/treesitter.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lvim/core/treesitter.lua b/lua/lvim/core/treesitter.lua
index 456a2955..a213b9d3 100644
--- a/lua/lvim/core/treesitter.lua
+++ b/lua/lvim/core/treesitter.lua
@@ -52,7 +52,7 @@ function M.config()
json = "",
},
},
- indent = { enable = true, disable = { "yaml", "python", "c", "cpp" } },
+ indent = { enable = true, disable = { "yaml", "python" } },
autotag = { enable = false },
textobjects = {
swap = {