Skip to content

TheoSarrazin/glpi.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

glpi.nvim

Access GLPI direclty throught nvim

This is my first attempt to write something in LUA and nvim plugin

Usage

With lazy.nvim

{
    "TheoSarrazin/glpi.nvim",
    opts = {
        endpoint = "http://myglpi.example.org/glpi/apirest.php/",
        user_token = "",
        app_token = "",
        tech_name = "my_username",
        tech_profile_id = {}, -- Id of profile who can be add as technician
    },
    keys = {
        "<space>gi",
        function()
            require("glpi").load_tickets()
        end,
        desc = "Load all tickets",
    },
}

About

Access GLPI direclty throught nvim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages