This telescope.nvim extension allows you to view common software licenses and paste them into a buffer.
Attribution for licenses: https://spdx.org/licenses/
Currently supports hundreds of licenses via spdx/license-list-data that spdx.org maintains.
- Neovim (v0.6.0)
- telescope.nvim (required)
- Only tested on MacOS 11.6.1 and Tahoe 26.2 on M2
You can install the extension by using your plugin manager of choice or by cloning this repository somewhere on your filepath, and then adding the following somewhere after telescope in your configuration file.
USING Lazy
{
"chip/telescope-software-licenses.nvim",
dependencies = { "nvim-telescope/telescope.nvim", },
},If you're upgrading to version v2.0.0, please note that the extension name
was changed from software-licenses to software_licenses.
:Telescope software_licenses find" Replace <Leader>sl with whatever you prefer
nnoremap <Leader>sl :Telescope software_licenses find<CR>:checkhealth software_licenses
Or use the default health check:
:checkhealth
Check out https://creativecommons.org/chooser/
