/nvim-api.nvim

Primary LanguageMakefileOtherNOASSERTION

nvim-api.nvim

PayPal License

Cross-runtime OOP based nvim API wrapper

⚡FEATURES

  • OOP helper wrapper for autocmds
  • OOP helper wrapper for user comands

🔒REQUIREMENTS

📦 INSTALL

Use your favorite plugin manager, and then call.

lazy.vim:

require("lazy").setup({
    {
        "hinell/nvim-api.nvim"
        dependencies={},
        config = function()
            require("nvim-api").setup()
        end
    }
})

WARNING Packer.nvim is archived

packer.nvim:

-- /home/alex/.config/nvim/lua/user/init.lua
packer.setup(function(use)
    use ({
        "hinell/nvim-api.nvim"
        , config = function()
            require("nvim-api").setup()
        end
    })
end)

vim-plug:

Plug "hinell/nvim-api.nvim"

🚀 USAGE

${USAGE}

⚙️ CONFIGURATION


Run h nvim-api

NO GUARANTEES UNTIL PAID. This project is supported and provided AS IS. See also LICENSE.

SEE ALSO


December 24, 2023
Copyright © 2023 - Alexander Davronov, et.al.