/composer.nvim

Primary LanguageLuaMIT LicenseMIT

Composer.nvim

Basic plugin that returns that can query the composer.json file, return the values and generate namespaces

Installation

use({"adalessa/composer.nvim"})

Usage

-- Get the contents of the require field
require("composer").query({"require"})

-- Return the generated namespace for the current file
require("composer").namespace()