add back polyglot for where treesitter is unavailable

This commit is contained in:
Chris 2021-03-20 17:51:09 -04:00
parent 8a8d4bc4bf
commit c9d691c96f

View file

@ -115,6 +115,7 @@ return require('packer').startup(function(use)
use 'andymass/vim-matchup' use 'andymass/vim-matchup'
use 'phaazon/hop.nvim' use 'phaazon/hop.nvim'
use 'tpope/vim-sleuth' use 'tpope/vim-sleuth'
use 'sheerun/vim-polyglot'
-- TODO put this back when stable for indent lines -- TODO put this back when stable for indent lines
-- use { 'lukas-reineke/indent-blankline.nvim', branch = 'lua'} -- use { 'lukas-reineke/indent-blankline.nvim', branch = 'lua'}