Libp A library for neovim plugins. Dependency plenary.nvim Installation Use you preferred package manager. Below we use packer.nvim as an example. use {'nvim-lua/plenary.nvim'} use { "ipod825/libp.nvim", config = function() require("libp").setup() end, } Documentation See the online doc