feat(treesitter): don't use auto_install. Use ensure_installed instead

This commit is contained in:
Folke Lemaitre committed 2022-12-31 11:17:25 +01:00
1 parent 09c27b5e4d
commit 2309580180
2 files changed
+19 -3

No files matched your search

+2 -2
View File
@@ -7,8 +7,8 @@ A starter template for Neovim using [lazy.nvim](https://github.com/folke/lazy.nv
## ✅ Todo
- [ ] documentation
- [ ] treesitter auto-install seems broken. Switch to `ensure_installed` instead?
- [ ] list all plugins in readme
- [x] treesitter auto-install seems broken. Switch to `ensure_installed` instead?
- [x] list all plugins in readme
- [ ] test all-the-things
<!-- plugins:start -->