From 662dafc52b2c8a9426bb2197ab9246a8cda318e4 Mon Sep 17 00:00:00 2001 From: awy Date: Mon, 20 Oct 2025 20:55:26 +0300 Subject: nvqw --- .config/nvim/lua/plugins/treesitter.lua | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 .config/nvim/lua/plugins/treesitter.lua (limited to '.config/nvim/lua/plugins/treesitter.lua') diff --git a/.config/nvim/lua/plugins/treesitter.lua b/.config/nvim/lua/plugins/treesitter.lua deleted file mode 100644 index 8ec46fc..0000000 --- a/.config/nvim/lua/plugins/treesitter.lua +++ /dev/null @@ -1,33 +0,0 @@ -return { - { - "nvim-treesitter/nvim-treesitter", - branch = 'master', - lazy = false, - build = ":TSUpdate", - config = function() - local config = require("nvim-treesitter.configs") - config.setup({ - ensure_installed = { - "bash", - "lua", - "javascript", - "c", - "cpp", - "json", - "go", - "markdown", - "meson", - "make", - "cmake", - "python", - "rust", - "yaml", - "toml", - "ron", - }, - highlight = { enable = true }, - indent = { enable = true }, - }) - end - } -} -- cgit v1.2.3