diff options
| author | Leander <80996591+m0ntagur@users.noreply.github.com> | 2022-08-13 00:29:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-13 00:29:06 +0200 |
| commit | 089a171cc4ba7251c86e8f8af15f2ad9b4c51e7d (patch) | |
| tree | b3832462daa2b4a35e9bd98b4e036d59ac988b5b | |
| parent | 626c67e1cc213cb181625f2c3127a8efc1fe4f12 (diff) | |
Delete treesitter.lua
| -rw-r--r-- | treesitter.lua | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/treesitter.lua b/treesitter.lua deleted file mode 100644 index a6b3c40..0000000 --- a/treesitter.lua +++ /dev/null @@ -1,23 +0,0 @@ -local status, ts = pcall(require, 'treesitter')
-if (not status) then return end
-
-ts.setup {
- highlight = {
- enable = true,
- disable = {}
- },
- indent = {
- enable = true,
- disable = {}
- },
- ensure_installed = {
- 'lua',
- 'python',
- "css",
- "html",
- "json",
- },
- autotag = {
- enable = true,
- },
-}
|
