Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 612 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 612 Bytes

Libp

CI Status

A library for neovim plugins.

Dependency

  1. 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