Added nvim-peekup to view registers

This commit is contained in:
Price Hiller 2021-11-16 16:47:05 -06:00
parent a144b9d0fa
commit 0939e4ac08

View File

@ -32,6 +32,9 @@ hooks.add("install_plugins", function(use)
"neoclide/coc.nvim",
branch="release"
}
use {
"gennaro-tedesco/nvim-peekup"
}
end)