nvim: add nvim-align

This commit is contained in:
PowerUser64 2022-02-06 23:08:44 -08:00
parent 4dd6db0386
commit 25f5bd3133

View file

@ -270,11 +270,11 @@ return require('packer').startup({function()
use { -- accelerated jk movement
'rhysd/accelerated-jk'
}
use { -- Alignment
'junegunn/vim-easy-align',
}
use { -- cheat.sh integration
'dbeniamine/cheat.sh-vim',
}
use { -- nvim-align: Align text
'RRethy/nvim-align'
}
use { -- Comments (gb and gc)
'numToStr/Comment.nvim',