diff options
| author | JackJ30 <jackqjamison@gmail.com> | 2025-05-27 21:45:51 -0400 |
|---|---|---|
| committer | JackJ30 <jackqjamison@gmail.com> | 2025-05-27 21:45:51 -0400 |
| commit | 80351c2cde0845c894466dd83b0554e4f96cbcb0 (patch) | |
| tree | 8783146cc0319df20e3edb85615c09e6d1b8a3e0 /.config/nvim/lua/plugins/treesitter.lua | |
| parent | 41b74f66946213b6efc4134a514fd5ab76b03353 (diff) | |
new nvim
Diffstat (limited to '.config/nvim/lua/plugins/treesitter.lua')
| -rw-r--r-- | .config/nvim/lua/plugins/treesitter.lua | 27 |
1 files changed, 0 insertions, 27 deletions
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 -} |
