diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2025-05-15 09:45:28 +0200 |
|---|---|---|
| committer | Christian Clason <ch.clason+github@icloud.com> | 2025-05-16 08:48:27 +0200 |
| commit | b0a20057b0110952f22bc067720fe23887d5db32 (patch) | |
| tree | 97eccf546bf34c5f2dd7caa4e788b3a18fc66039 /README.md | |
| parent | fix(c,cpp,fsharp,idl,powershell,sql,systemtap): remove unneeded escapes (diff) | |
| download | nvim-treesitter-b0a20057b0110952f22bc067720fe23887d5db32.tar nvim-treesitter-b0a20057b0110952f22bc067720fe23887d5db32.tar.gz nvim-treesitter-b0a20057b0110952f22bc067720fe23887d5db32.tar.bz2 nvim-treesitter-b0a20057b0110952f22bc067720fe23887d5db32.tar.lz nvim-treesitter-b0a20057b0110952f22bc067720fe23887d5db32.tar.xz nvim-treesitter-b0a20057b0110952f22bc067720fe23887d5db32.tar.zst nvim-treesitter-b0a20057b0110952f22bc067720fe23887d5db32.zip | |
feat(config)!: remove `ignore_install`
This was only useful for no longer supported `auto_install` option.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -59,8 +59,6 @@ require('lazy').setup( require'nvim-treesitter'.setup { -- Directory to install parsers and queries to install_dir = vim.fn.stdpath('data') .. '/site' - -- List of parsers to ignore when installing tiers - ignore_install = { }, } ``` |
