nvim: add cheat.sh integration
This commit is contained in:
parent
7f54b5b0d3
commit
b570b33fe7
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue