diff options
Diffstat (limited to 'config/nvim/lua/plugins/treesitter.lua')
| -rw-r--r-- | config/nvim/lua/plugins/treesitter.lua | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/config/nvim/lua/plugins/treesitter.lua b/config/nvim/lua/plugins/treesitter.lua deleted file mode 100644 index 20063418..00000000 --- a/config/nvim/lua/plugins/treesitter.lua +++ /dev/null @@ -1,12 +0,0 @@ -return { - "nvim-treesitter/nvim-treesitter", - build = ":TSUpdate", - config = function() - local configs = require("nvim-treesitter.configs") - configs.setup({ - ensure_installed = {"lua", "c", "javascript"}, - highlight = { enable = true }, - indent = { enable = true } - }) - end -} |
