fix: change neogruber url to https git

This commit is contained in:
fiplox 2023-02-28 19:44:10 +01:00
parent c45796d563
commit a23ce1497b
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
local M = { local M = {
url = 'ssh://git.vpatuta.xyz/neogruber.nvim', url = 'https://git.filnar.com/filnar/neogruber.nvim.git',
lazy = false, lazy = false,
} }