]> Git — Sourcephile - julm/julm-nix.git/blob - home-manager/profiles/nvim/lua/plugins/gitlinker.lua
neovim: configure, using ghostty and tmux
[julm/julm-nix.git] / home-manager / profiles / nvim / lua / plugins / gitlinker.lua
1 -- A lua neovim plugin to generate shareable file permalinks (with line ranges)
2 -- for several git web frontend hosts.
3 -- https://github.com/ruifm/gitlinker.nvim
4 return {
5 "gitlinker-nvim",
6 after = function()
7 require("gitlinker").setup({})
8 end,
9 cmd = { "GitLink" },
10 }