Disabling TS indenting
This commit is contained in:
@@ -582,7 +582,7 @@ vim.defer_fn(function()
|
|||||||
-- You can specify additional Treesitter modules here: -- For example: -- playground = {--enable = true,-- },
|
-- You can specify additional Treesitter modules here: -- For example: -- playground = {--enable = true,-- },
|
||||||
modules = {},
|
modules = {},
|
||||||
highlight = { enable = true },
|
highlight = { enable = true },
|
||||||
indent = { enable = true },
|
indent = { enable = false }, --- Works terribly with python
|
||||||
incremental_selection = {
|
incremental_selection = {
|
||||||
enable = true,
|
enable = true,
|
||||||
keymaps = {
|
keymaps = {
|
||||||
|
|||||||
Reference in New Issue
Block a user