From 80351c2cde0845c894466dd83b0554e4f96cbcb0 Mon Sep 17 00:00:00 2001 From: JackJ30 Date: Tue, 27 May 2025 21:45:51 -0400 Subject: new nvim --- .config/nvim/lua/plugins/treesitter.lua | 27 --------------------------- 1 file changed, 27 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 6ac96af..0000000 --- a/.config/nvim/lua/plugins/treesitter.lua +++ /dev/null @@ -1,27 +0,0 @@ -return { - 'nvim-treesitter/nvim-treesitter', - name = 'treesitter', - build = ':TSUpdate', - config = function() - require('nvim-treesitter.configs').setup({ - ensure_installed = { - "vimdoc", "c", "lua", "cpp", - "bash", "css", "glsl", "nasm", "haskell", - "hyprlang", "zig", - }, - sync_install = false, - - auto_install = true, - - indent = { - enable = true - }, - - highlight = { - enable = true, - - additional_vim_regex_highlighting = { "markdown" }, - }, - }) - end -} -- cgit v1.2.3