Skip to content

Commit

Permalink
🔧 setting for ghe
Browse files Browse the repository at this point in the history
  • Loading branch information
marocchino committed Dec 4, 2023
1 parent 2f3f14b commit 75762f0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion nvim/lua/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,12 @@ require("lazy").setup({
{ "<leader>gc", "<cmd>Gacommit<CR>", silent = true },
},
},
"tpope/vim-rhubarb",
{
"tpope/vim-rhubarb",
config = function()
vim.g.github_enterprise_urls = { os.getenv("GITHUB_ENTERPRISE_URL") }
end,
},
"tpope/vim-surround",
"tpope/vim-unimpaired",
"wakatime/vim-wakatime",
Expand Down

0 comments on commit 75762f0

Please sign in to comment.