init: Disable tree-sitter indentation
authorStefan Huber <shuber@sthu.org>
Tue, 21 Dec 2021 15:02:44 +0000 (16:02 +0100)
committerStefan Huber <shuber@sthu.org>
Tue, 21 Dec 2021 15:02:44 +0000 (16:02 +0100)
init-plugins-noroot-nolowendbox.vim

index 5229b910b2ef7cd37fc80d0000479f25f70d009a..31b2a896cf73bbf79cd59bc2d1eba9c3805d76d1 100644 (file)
@@ -96,7 +96,9 @@ lua <<EOF
         ignore_install = {},
         -- Modules and its options go here
         highlight = { enable = true },
-        indent = { enable = true },
+        -- Indentation is still quite buggy, e.g., for multi-line C comments
+        -- or for comments right after a preproc definition.
+        -- indent = { enable = true },
         textobjects = { enable = true },
         incremental_selection = {
             enable = true,