aboutsummaryrefslogtreecommitdiff
path: root/nvim/lua/plugins/treesitter.lua
diff options
context:
space:
mode:
authorMax Bossing <info@maxbossing.de>2025-08-12 15:47:14 +0200
committerMax Bossing <info@maxbossing.de>2025-08-12 15:47:14 +0200
commit991c272423d8fa41c9dd21169ce0c3e9979f1c64 (patch)
treeb4343fb3035989a6bfcafcb02e7db91e91a39785 /nvim/lua/plugins/treesitter.lua
parent7c8d9ae3b0b5e843ffe10fad81e776806c0c5a8b (diff)
feat: finally a usable neovim config (switched to LazyVim)
Diffstat (limited to 'nvim/lua/plugins/treesitter.lua')
-rw-r--r--nvim/lua/plugins/treesitter.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/nvim/lua/plugins/treesitter.lua b/nvim/lua/plugins/treesitter.lua
deleted file mode 100644
index 06536f3..0000000
--- a/nvim/lua/plugins/treesitter.lua
+++ /dev/null
@@ -1,3 +0,0 @@
-require('nvim-treesitter.configs').setup {
- highlight = { enable = true }
-}