diff options
| author | Folke Lemaitre <folke.lemaitre@gmail.com> | 2023-01-09 10:53:23 +0100 | 
|---|---|---|
| committer | Folke Lemaitre <folke.lemaitre@gmail.com> | 2023-01-09 10:53:23 +0100 | 
| commit | ecf7a83181714e55f3bf8bf374cda3d2072f419d (patch) | |
| tree | f76c4cd38900d89815f7214696f09028e920f2dc /lua/plugins/treesitter.lua | |
| parent | e6e661301187ec5b7016071cf8dccb0b93517d79 (diff) | |
refactor: better examples
Diffstat (limited to 'lua/plugins/treesitter.lua')
| -rw-r--r-- | lua/plugins/treesitter.lua | 26 | 
1 files changed, 0 insertions, 26 deletions
diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua deleted file mode 100644 index 38279ca..0000000 --- a/lua/plugins/treesitter.lua +++ /dev/null @@ -1,26 +0,0 @@ -return { - -  -- treesitter -  { -    "nvim-treesitter/nvim-treesitter", -    -- opts = { -    --   ensure_installed = { -    --     "bash", -    --     "help", -    --     "html", -    --     "javascript", -    --     "json", -    --     "lua", -    --     "markdown", -    --     "markdown_inline", -    --     "python", -    --     "query", -    --     "regex", -    --     "tsx", -    --     "typescript", -    --     "vim", -    --     "yaml", -    --   }, -    -- }, -  }, -}  | 
