SkillAgentSearch skills...

Gitlinks.nvim

Copy file/blame git links directly from neovim

Install / Use

/learn @liouk/Gitlinks.nvim
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

:cyclone: GitLinks

Copy file/blame git links directly from neovim.

Features

Copy and Open remote file and blame links directly from neovim. All exposed commands can be used with or without a visual range; the links will be generated accordingly. The module will try to not generate or open links for files/branches/changes that don't exist on the remote, and display an error instead.

Inspired by tpope/vim-fugitive and ruifm/gitlinker.nvim.

Supported services

  • GitHub
  • GitLab

Requirements

Installation

lazy.nvim

return {
  'liouk/gitlinks.nvim',
  dependencies = { 'nvim-lua/plenary.nvim' },
  config = function()
    require('gitlinks').setup()
  end,
}

Configuration

No configuration is necessary for this plugin.

Usage

The plugin exposes the following commands:

  • :GitlinkFileCopy: copy file link
  • :GitlinkFileOpen: open file link on system browser
  • :GitlinkBlameCopy: copy file blame link
  • :GitlinkBlameOpen: open file blame link on system browser

All commands support visual ranges.

View on GitHub
GitHub Stars7
CategoryDevelopment
Updated9mo ago
Forks0

Languages

Lua

Security Score

77/100

Audited on Jun 18, 2025

No findings