From 8453bb64d330ba4bbb268e2593e95a86477eec1c Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Sun, 23 Nov 2025 19:20:09 +0530 Subject: Dot File for niri Desktop --- nvim/lua/plugins/treesitter.lua | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 nvim/lua/plugins/treesitter.lua (limited to 'nvim/lua/plugins/treesitter.lua') diff --git a/nvim/lua/plugins/treesitter.lua b/nvim/lua/plugins/treesitter.lua deleted file mode 100644 index cec1c061d..000000000 --- a/nvim/lua/plugins/treesitter.lua +++ /dev/null @@ -1,16 +0,0 @@ -return{ - { - "nvim-treesitter/nvim-treesitter", - build = ":TSUpdate", - config = function() - - local config = require("nvim-treesitter.configs") - config.setup({ - ensure_installed = { "c", "lua", "vim", "vimdoc", "query", "elixir", "heex", "javascript", "html", "css","fish","json","make","odin","rasi","xml" }, - sync_install = false, - highlight = { enable = true }, - indent = { enable = true }, - }) - end - } -} -- cgit v1.2.3