nvim: add vim-ghost

This commit is contained in:
PowerUser64 2021-11-19 18:18:58 -08:00
parent c290617fd5
commit c2fbf8314e

View file

@ -155,6 +155,13 @@ return require('packer').startup(function()
} }
-- Conveniences -- Conveniences
use {
'raghur/vim-ghost',
config = function()
-- Genereate ctags
vim.cmd 'command! GS GhostStart'
end
}
use { -- Undo tree use { -- Undo tree
'mbbill/undotree', 'mbbill/undotree',
config = function() config = function()