Remove todo-comments plugin and use treesitter for that

This commit is contained in:
2021-11-12 17:13:21 +03:00
parent c1cde77709
commit 655d753cf7
2 changed files with 0 additions and 4 deletions

View File

@@ -34,7 +34,4 @@ lua <<EOF
enable = true
}
})
require("todo-comments").setup({
signs = false
})
EOF