diff options
| author | Nanderty <psopka@sopka.ch> | 2023-03-20 16:29:49 +0100 |
|---|---|---|
| committer | Nanderty <psopka@sopka.ch> | 2023-03-20 16:29:49 +0100 |
| commit | 7111388965e01e9c712dfc2288028952fe78b664 (patch) | |
| tree | 5f499fc0fbfc2122066b86d02987604146bd5e09 /plugin/treesitter.lua | |
| parent | 423133102d96556d121a97689be1f4f6542e320c (diff) | |
| download | neovim-config-7111388965e01e9c712dfc2288028952fe78b664.tar.gz neovim-config-7111388965e01e9c712dfc2288028952fe78b664.tar.bz2 neovim-config-7111388965e01e9c712dfc2288028952fe78b664.zip | |
lazyvim
Diffstat (limited to 'plugin/treesitter.lua')
| -rw-r--r-- | plugin/treesitter.lua | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/plugin/treesitter.lua b/plugin/treesitter.lua deleted file mode 100644 index aa15ceb..0000000 --- a/plugin/treesitter.lua +++ /dev/null @@ -1,10 +0,0 @@ -require'nvim-treesitter.configs'.setup { - ensure_installed = {"help", "javascript", "css", "python", "cpp", "c", "lua", "php",}, - - sync_install = false, - - highlight = { - enable = true, - - }, -} |
