Nvim treesitter: remove ensure_installed

This commit is contained in:
Marko Korhonen 2022-04-17 23:26:36 +03:00
parent 841a891ecf
commit 278a7f2478

View file

@ -1,5 +1,4 @@
require'nvim-treesitter.configs'.setup {
ensure_installed = 'all',
highlight = {enable = true},
indent = {enable = true},
incremental_selection = {enable = true},