diff options
| author | Max Bossing <info@maxbossing.de> | 2025-07-22 17:06:33 +0200 | 
|---|---|---|
| committer | Max Bossing <info@maxbossing.de> | 2025-07-22 17:06:33 +0200 | 
| commit | b426f25aef1f2be2b482bf0b256733eba0b1c5aa (patch) | |
| tree | cd67b7920531c45a7a48ea4a54e32ec6cc002b5e /nvim/lua/plugins/treesitter.lua | |
| parent | abbbb47917049d4236ac7758cf56d8315620661b (diff) | |
smh so cool shit
Diffstat (limited to 'nvim/lua/plugins/treesitter.lua')
| -rw-r--r-- | nvim/lua/plugins/treesitter.lua | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/nvim/lua/plugins/treesitter.lua b/nvim/lua/plugins/treesitter.lua new file mode 100644 index 0000000..06536f3 --- /dev/null +++ b/nvim/lua/plugins/treesitter.lua @@ -0,0 +1,3 @@ +require('nvim-treesitter.configs').setup { +  highlight = { enable = true } +} | 
