nvim: add vim-ghost
This commit is contained in:
parent
c290617fd5
commit
c2fbf8314e
1 changed files with 7 additions and 0 deletions
|
@ -155,6 +155,13 @@ return require('packer').startup(function()
|
|||
}
|
||||
|
||||
-- Conveniences
|
||||
use {
|
||||
'raghur/vim-ghost',
|
||||
config = function()
|
||||
-- Genereate ctags
|
||||
vim.cmd 'command! GS GhostStart'
|
||||
end
|
||||
}
|
||||
use { -- Undo tree
|
||||
'mbbill/undotree',
|
||||
config = function()
|
||||
|
|
Loading…
Add table
Reference in a new issue