diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2023-04-04 10:09:41 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2023-04-04 10:09:41 +0200 |
commit | bd607ce791517841d20ed8b328053bdd92cb4695 (patch) | |
tree | 519516b74705cffc71ca4f691b3b78a251a3b0d8 /lua/treesitter.lua | |
parent | efdb8300154f4fb0a062e7f5ad93b8d52a6972bb (diff) |
Indentation stuff
Diffstat (limited to 'lua/treesitter.lua')
-rw-r--r-- | lua/treesitter.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/treesitter.lua b/lua/treesitter.lua index 8113094..dc281e1 100644 --- a/lua/treesitter.lua +++ b/lua/treesitter.lua @@ -42,7 +42,7 @@ require("nvim-treesitter.configs").setup({ }, }, }, - indent = { enable = true, disable = { "python" } }, + indent = { enable = false, disable = { "python" } }, additional_vim_regex_highlighting = false, }) |