瀏覽代碼

add back polyglot for where treesitter is unavailable

Chris 4 年之前
父節點
當前提交
c9d691c96f
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lua/plugins.lua

+ 1 - 0
lua/plugins.lua

@@ -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'}