summaryrefslogtreecommitdiffstats
path: root/lua/Nanderty/Plugins/treesitter.lua
diff options
context:
space:
mode:
authorNanderty <psopka@sopka.ch>2023-03-15 23:36:14 +0100
committerNanderty <psopka@sopka.ch>2023-03-15 23:36:14 +0100
commitfba8830826fa88ef43d84fb051f90f11e4ae939b (patch)
tree4fc0bbae7e49c9b670fc34505a8352400c0ffa8d /lua/Nanderty/Plugins/treesitter.lua
parent59bd3aeee04b6ff559c51a324234a5100db0b2e1 (diff)
downloadneovim-config-fba8830826fa88ef43d84fb051f90f11e4ae939b.tar.gz
neovim-config-fba8830826fa88ef43d84fb051f90f11e4ae939b.tar.bz2
neovim-config-fba8830826fa88ef43d84fb051f90f11e4ae939b.zip
cleanup
Diffstat (limited to 'lua/Nanderty/Plugins/treesitter.lua')
-rw-r--r--lua/Nanderty/Plugins/treesitter.lua10
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,
-
- },
-}