diff options
Diffstat (limited to 'lua/Nanderty/Plugins/treesitter.lua')
| -rw-r--r-- | lua/Nanderty/Plugins/treesitter.lua | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lua/Nanderty/Plugins/treesitter.lua b/lua/Nanderty/Plugins/treesitter.lua deleted file mode 100644 index 2eef668..0000000 --- a/lua/Nanderty/Plugins/treesitter.lua +++ /dev/null @@ -1,10 +0,0 @@ -require'nvim-treesitter.configs'.setup { - ensure_installed = {"help", "javascript", "html", "css", "python", "cpp", "c", "lua", "php",}, - - sync_install = false, - - highlight = { - enable = true, - - }, -} |
