nvim: better plugin descriptions

This commit is contained in:
PowerUser64 2021-12-11 17:57:18 -08:00
parent 15fba89c84
commit eaf0f0f84b

View file

@ -162,7 +162,7 @@ return require('packer').startup({function()
'ellisonleao/glow.nvim',
ft = { 'md', 'markdown', }
}
use { -- Zen mode (:ZenMode)
use { -- Zen mode (:ZenMode or :ZM)
"folke/zen-mode.nvim",
config = function()
vim.cmd 'command! ZM ZenMode'
@ -198,7 +198,7 @@ return require('packer').startup({function()
}
-- Conveniences
use { -- Web browser integration
use { -- Ghost: Web browser integration
'raghur/vim-ghost',
opt = true,
cmd = {'GhostStart', 'GhostInstall', 'GhostStop', 'GhostSync', 'GhostToggleSync',},