nvim: add nvim-align
This commit is contained in:
parent
4dd6db0386
commit
25f5bd3133
1 changed files with 3 additions and 3 deletions
|
@ -270,11 +270,11 @@ return require('packer').startup({function()
|
||||||
use { -- accelerated jk movement
|
use { -- accelerated jk movement
|
||||||
'rhysd/accelerated-jk'
|
'rhysd/accelerated-jk'
|
||||||
}
|
}
|
||||||
use { -- Alignment
|
|
||||||
'junegunn/vim-easy-align',
|
|
||||||
}
|
|
||||||
use { -- cheat.sh integration
|
use { -- cheat.sh integration
|
||||||
'dbeniamine/cheat.sh-vim',
|
'dbeniamine/cheat.sh-vim',
|
||||||
|
}
|
||||||
|
use { -- nvim-align: Align text
|
||||||
|
'RRethy/nvim-align'
|
||||||
}
|
}
|
||||||
use { -- Comments (gb and gc)
|
use { -- Comments (gb and gc)
|
||||||
'numToStr/Comment.nvim',
|
'numToStr/Comment.nvim',
|
||||||
|
|
Loading…
Add table
Reference in a new issue