nvim: align plugin descriptions

This commit is contained in:
PowerUser64 2022-07-26 02:24:10 -07:00
parent 5ec4df6e75
commit 514e74698c

View file

@ -456,4 +456,5 @@ config = {
compile_path = vim.fn.stdpath('config')..'/lua/packer_compiled.lua',
}})
-- vim command to align all plugin descriptions: select all plugins in visual line, :'<,'>Align \(.\+use { -- .\+: \+\)\@<=[^ ][^:]\+$
-- vim:fdm=marker:fmr={,}:fdl=1:expandtab:tabstop=3:sw=3