nvim: add cheat.sh integration

This commit is contained in:
PowerUser64 2021-09-20 10:09:26 -07:00
parent 7f54b5b0d3
commit b570b33fe7

View file

@ -153,7 +153,7 @@ return require('packer').startup(function()
require('other').autosession() require('other').autosession()
end end
} }
use { use { -- Markdown preview
'ellisonleao/glow.nvim', 'ellisonleao/glow.nvim',
ft = { 'md', 'markdown', } ft = { 'md', 'markdown', }
} }
@ -184,6 +184,9 @@ return require('packer').startup(function()
use { -- tpope: Repeatability for various tpope plugins use { -- tpope: Repeatability for various tpope plugins
'tpope/vim-repeat', 'tpope/vim-repeat',
} }
use { -- cheat.sh integration
"dbeniamine/cheat.sh-vim",
}
end) end)
-- vim:fdm=marker:fmr={,}:expandtab:tabstop=3:sw=3 -- vim:fdm=marker:fmr={,}:expandtab:tabstop=3:sw=3