some mods

This commit is contained in:
Mike G 2024-06-14 18:35:02 -04:00
parent cdfa845dc7
commit c69fdcc13e
3 changed files with 5 additions and 3 deletions

View file

@ -47,7 +47,8 @@ return require('packer').startup(function(use)
}
use {
'nvim-treesitter/nvim-treesitter',
run = ':TSUpdate'
run = ':TSUpdate',
ensure_installed = 'all'
}
-- Automatically set up your configuration after cloning packer.nvim