mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-14 03:14:43 +02:00
add back polyglot for where treesitter is unavailable
This commit is contained in:
parent
8a8d4bc4bf
commit
c9d691c96f
1 changed files with 1 additions and 0 deletions
|
@ -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'}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue