feat(telescope): writing license during selection
feat(licenses/init.lua): change default skip_lines value
chore: update licenses
A plugin for easily writing license files and inserting license headers.
First install the plugin with your package manager of choice. Don't know what that is? Check out Paq.
Inside your init.lua file run the following function:
require('licenses').setup({
copyright_holder = 'your name',
email = 'example@email.com',
license = 'your license of choice'
})
For more configuration options and in depth explanation run
:help licenses-nvim.Config
.
The documentation is in form of a vimdoc file, it contains much more
information than this README, check it out by doing :help licenses-nvim
.