diff options
| author | Nanderty <psopka@sopka.ch> | 2023-03-13 14:05:27 +0100 |
|---|---|---|
| committer | Nanderty <psopka@sopka.ch> | 2023-03-13 14:05:27 +0100 |
| commit | 59bd3aeee04b6ff559c51a324234a5100db0b2e1 (patch) | |
| tree | 739c38a4b0bfea8744200d1a88b532afddddd8be /lua/Nanderty/Plugins/treesitter.lua | |
| parent | f2f01ec507b3e17494ceb149f5cd762571bf4920 (diff) | |
| download | neovim-config-59bd3aeee04b6ff559c51a324234a5100db0b2e1.tar.gz neovim-config-59bd3aeee04b6ff559c51a324234a5100db0b2e1.tar.bz2 neovim-config-59bd3aeee04b6ff559c51a324234a5100db0b2e1.zip | |
new plugins
Diffstat (limited to 'lua/Nanderty/Plugins/treesitter.lua')
| -rw-r--r-- | lua/Nanderty/Plugins/treesitter.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lua/Nanderty/Plugins/treesitter.lua b/lua/Nanderty/Plugins/treesitter.lua index 7baec80..2eef668 100644 --- a/lua/Nanderty/Plugins/treesitter.lua +++ b/lua/Nanderty/Plugins/treesitter.lua @@ -3,9 +3,6 @@ require'nvim-treesitter.configs'.setup { sync_install = false, - auto_install = true, - - highlight = { enable = true, |
