Nvim treesitter: remove ensure_installed
This commit is contained in:
parent
841a891ecf
commit
278a7f2478
1 changed files with 0 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
||||||
require'nvim-treesitter.configs'.setup {
|
require'nvim-treesitter.configs'.setup {
|
||||||
ensure_installed = 'all',
|
|
||||||
highlight = {enable = true},
|
highlight = {enable = true},
|
||||||
indent = {enable = true},
|
indent = {enable = true},
|
||||||
incremental_selection = {enable = true},
|
incremental_selection = {enable = true},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue