fix(user_command): update url in LvimDocs command (#4081)

This commit is contained in:
Mateusz Bączek 2023-04-24 15:22:45 +02:00 committed by GitHub
parent be0bcaf8ff
commit 261c677a8b
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@ M.defaults = {
{
name = "LvimDocs",
fn = function()
local documentation_url = "https://www.lunarvim.org/docs/quick-start"
local documentation_url = "https://www.lunarvim.org/docs/beginners-guide"
if vim.fn.has "mac" == 1 or vim.fn.has "macunix" == 1 then
vim.fn.execute("!open " .. documentation_url)
elseif vim.fn.has "win32" == 1 or vim.fn.has "win64" == 1 then