Skip to content

ilan-schemoul/nvim-add-lazy-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Install and setup

Add this package with your favorite package manager. Add require("nvim-add-lazy-plugin").setup().

Usage

:AddLazyPlugin <plugin-name>

This will add a file ~/.config/nvim/lua/plugins/<plugin-name>.lua with the following content:

return {
  "<plugin-name>",
  opts = {},
}

If the name of the plugin is of form "nvim-XYZ" then the filename will be XYZ.lua (not nvim-XYZ.lua).

After adding a plugin restart nvim.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages