Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 390 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 390 Bytes

nvim-license

A simple neovim plugin which manages spdx records. It adds a command :Spdx which will create and update spdx records.

Configuration

To configure call setup like this:

require("nvim-spdx").setup {
  authors = {
    "Lieven Hey <lieven.hey@kdab.com>",
  },
  licenses = { "GPL-2.0-or-later" },
}
 

You can use @YYYY@ as a placeholder for the current year.