Skip to content

Speiser/gitlab-url.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gitlab-url.nvim

Navigate from a file in neovim to GitLab

I hate manually navigating through GitLab to find the URL of a file I want to share with a colleague. That's why I wrote this plugin. When you call open_current_in_gitlab on an open file, it opens the corresponding GitLab URL in your browser.

Setup Example (using lazy.nvim):

{
    "Speiser/gitlab-url.nvim",
    config = function()
        local gitlab = require("gitlab-url")
        vim.keymap.set("n", "<leader>gl", gitlab.open_current_in_gitlab, {})
    end,
}

About

Navigate from a file in neovim to GitLab

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages