Remove plugins and setup treesitter

This commit is contained in:
2021-11-12 16:27:15 +03:00
parent c96f81670a
commit b0608c6bde
2 changed files with 14 additions and 6 deletions

View File

@@ -26,4 +26,15 @@ lua <<EOF
sorting_strategy = "ascending"
}
})
require("nvim-treesitter.configs").setup({
highlight = {
enable = true
},
indent = {
enable = true
}
})
require("todo-comments").setup({
signs = false
})
EOF