diff options
| author | Nanderty <psopka@sopka.ch> | 2023-03-15 23:36:14 +0100 |
|---|---|---|
| committer | Nanderty <psopka@sopka.ch> | 2023-03-15 23:36:14 +0100 |
| commit | fba8830826fa88ef43d84fb051f90f11e4ae939b (patch) | |
| tree | 4fc0bbae7e49c9b670fc34505a8352400c0ffa8d /plugin/treesitter.lua | |
| parent | 59bd3aeee04b6ff559c51a324234a5100db0b2e1 (diff) | |
| download | neovim-config-fba8830826fa88ef43d84fb051f90f11e4ae939b.tar.gz neovim-config-fba8830826fa88ef43d84fb051f90f11e4ae939b.tar.bz2 neovim-config-fba8830826fa88ef43d84fb051f90f11e4ae939b.zip | |
cleanup
Diffstat (limited to 'plugin/treesitter.lua')
| -rw-r--r-- | plugin/treesitter.lua | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/plugin/treesitter.lua b/plugin/treesitter.lua new file mode 100644 index 0000000..aa15ceb --- /dev/null +++ b/plugin/treesitter.lua @@ -0,0 +1,10 @@ +require'nvim-treesitter.configs'.setup { + ensure_installed = {"help", "javascript", "css", "python", "cpp", "c", "lua", "php",}, + + sync_install = false, + + highlight = { + enable = true, + + }, +} |
