nvim: better plugin descriptions
This commit is contained in:
parent
15fba89c84
commit
eaf0f0f84b
1 changed files with 2 additions and 2 deletions
|
@ -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',},
|
||||
|
|
Loading…
Add table
Reference in a new issue