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,-- },
|
||||
modules = {},
|
||||
highlight = { enable = true },
|
||||
indent = { enable = true },
|
||||
indent = { enable = false }, --- Works terribly with python
|
||||
incremental_selection = {
|
||||
enable = true,
|
||||
keymaps = {
|
||||
|
||||
Reference in New Issue
Block a user